The Secret Behind Photorealistic And Stylized Graphics.Note
The Secret Behind Photorealistic And Stylized Graphics[1]
The rendering equation
The main problem
> How do you determine how much light is going out in a specific direction - This is the fundamental problem of computer graphics, as the resulting light ray from this process becomes the color of a pixel in the final image render.While we can model each surface individually, there is one thing that connects them all - the fact that light goes in and light goes out.
The rendering equation:
The amount of outgoing light at a point on a surface is equal to the emitted light plus the reflected light.[2]
The part we mostly care about is the reflected light portion, because emissive light is usually just an additive constant when we want to model something like a light bulb or anything else that produces light.
If we wanted to make that fancier, then we would make modifications to that portion of the equation, but otherwise we can kind of just ignore it, since most surfaces are not emissive anyways.
Without emission, the equation reduces to just the outgoing light being equal to the reflected incoming light.
Now we need to convert this abstract idea into math.
Variables:
X - position in space
Wo - the direction of outgoing light (towards the camera)
Wi - the direction of incoming light
Li - color of that incoming light
Lo - outgoing light
Li - incoming light
> Now we have *Lo = Li* `````col ````col-md flexGrow=1 === ```` ````col-md flexGrow=2 ===  ```` ````` - Imagine a sphere in a black void with absolutely no light except a single directional light source colored white. Well that's obviously not right. We are getting what we asked for though. Each point of the sphere is outputting the **color** of the light source without regard to anything else. - If we look at the real world though we can see that a directly lit sphere looks a bit different, it's bright as where the surface can see the light and slowly gets darker, until the surface faces away from the light. Clearly there is a relationship between the *direction* the surface faces and the *amount of light* reflected at that point. So we need a new variable.n - surface normal
- The vector that points orthogonal to the surface - the normal vector.
- For a flat plane this Vector points directly up.
- If it's directly overhead the normal, then we should expect a full strength reflection, but as the light vector moves away from the normal below a 90° angle, clearly the light should no longer be able to reach that point and there should be no reflection as the surface itself is blocking the view.
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md5"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md5");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md6"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md6");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
````
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md7"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md7");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md8"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md8");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
````
θi (cos) - function that takes in an angle and returns 1 when the angle is 0 and 0 when the angle is 90°.
- So what we need is the angle between the normal and the light direction which we call the incident angle to put into cosine.
- But we can skip that entirely by making use of a linear algebra operation The dot product. There are two ways to calculate The dot product:
- By multiplying each component of the vectors and adding them up
- By multiplying the magnitudes (|V1||V2|) of the vectors by the cosine of the angle between them
Since our light and normal vector are normalized, their magnitudes are equal to 1 and any number multiplied by 1 is the same number.
Which means *The dot product* will be equal to just the cosine of the angle. So if we use this first formula, then through the equivalence of the two definitions we get what we need - *cos θi* > Lo = Li cos θi  We can write this as either *The dot product* of the two vectors or as the *cosine of the incident angle*. It depends on who's writing the equation. Wikipedia uses *the do product* but Disney uses the *cosine*.BRDF - bidirectional reflectance distribution function
- Placeholder function that describes how much light is reflected at a specific point.
For instance we're only taking into account one light direction, but if we wanted to get the true amount of incoming light out of point, we would need to check every single possible incoming direction in the surrounding hemisphere. - Which is how we would get Global illumination and soft shadows.
This version is a bit outdated as it doesn't account for a number of other aspects of light behavior those fall under BSDF (BRDF is a part of it too)[3]:
BSDF - Bidirectional Scattering Distribution Function:
- Transmission of light - observed in translucent surfaces like glass or water
- Subsurface scattering of light - observed in surfaces like Jade or foliage
- Polarization of light - which is hard to explain
- Phosphorescence - which is when a surface slowly releases light it absorbed earlier. Like glow-in-the-dark stars
- Light interference - which is when the wave of light is interfered with, just like other waves can be interfered with
- Fluorescence - which is like phosphorescence but the glow ceases immediately after radiation exposure stops
- Non linear light effects - such as two photon absorption
- Doppler effect - also applies to light but only when objects are traveling close to the speed of light, so we can probably just ignore this one
BRDF rules:
- Law of conservation of energy
- Helmholtz Reciprocity Principle[3:1]
````col-md
flexGrow=1
===

````
````col-md
flexGrow=1
===
````
The simplest BRDF in the industry
From theory we know that when a light ray collides with a surface it's going to penetrate it and then get scattered at many angles. For simplicity's sake we assume that the entry and and exit point of the light ray are the same.
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md14"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md14");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
````
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md15"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md15");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
````
Diffuse reflection - when light is scattered all around from the point of intersection.
Lambertian reflectance - is when the surface diffusely reflects equally in all directions.
Lambertian Diffuse BRDF
When a light ray penetrates a surface a certain amount of it is going to be absorbed, while the diffusely reflected light remains.
For instance, if a light ray representing the color white collide with an Apple, the Apple surface will absorb a large portion of the green and blue light of that ray while diffusely reflecting the remaining red, giving the Apple its red appearance after the reflected light enters our eyes.
````col-md
flexGrow=1
===
- The **RGB** color model allows us to represent this mathematically - if the color of the surface is red then multiplying it against white gives us red, as the green and blue were reduced to zero per the multiplication.
- Replacing the red with a very variable that describes the base color of the surface - we have derived the most basic of BRDFs - **the Lambertian Diffuse**.
- Technically there should be a divide by pi here but that's usually omitted in most game engine software
> But if we try to model something shiny like plastic or polished wood we clearly can't, so we need to add more functionality to our BRDF
````
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md16"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md16");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>

````
Phong Reflection BRDF
Specular reflection
- diffuse reflections are just half of the equation when a light Ray hits a surface not all of it will be absorbed and Scattered a certain amount of it will be directly reflected.
- specular highlights are a bit different from diffuse, while diffuse reflectance scatters at many angles, specular reflectance scatters in a much smaller range, so the direction we view the object from actually matters when it comes to seeing these, as well as the light direction.
- We should only really see specular highlights when the direction of the reflection aligns closely with the view direction, as that's when the reflected light would be mostly bouncing into our eyes.
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md17"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md17");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
````
````col-md
flexGrow=1
===

````
Not all specular highlights are created equal:
- Very shiny objects have tiny pinpoint highlights, requiring a more perfect reflection alignment to be visible
- While other more rough objects have a wider range of specular scattering angles
So we can model this by adding an exponent variable that controls how wide the specular lobe is. This specular BRDF is known as the Phong Reflection BRDF.
Blinn-Phong specular BRDF
If we take a look at our vector diagram, the normal vector is also the halfway vector between the light and reflection vectors, so we can optimize the #Phong Reflection BRDF model by calculating the halfway vector between the view and light vectors and taking the dot product between the half vector and the normal vector, removing the need to compute the reflection.[4]
- Combining Blinn-Phong with the #Lambertian Diffuse BRDF by adding them together gives us what used to be the most common lighting model in video games and other real-time rendering pursuits.
````col-md
flexGrow=1
===
- It enables us to model a very wide variety of materials in a way that feels physically plausible. Smooth plastic has the expected specular highlights now, the polished wood actually looks polished and we could model numerous other materials from shiny to matte. No longer limited to just diffuse reflectors.
> But *Lo = 1.42* is greater than *Li = 1*
````
````col-md
flexGrow=1
===

````
- It breaks the laws of physics and generates more energy than was received
- It's also not bidirectional[3:2] so it's not correct to refer to it as a BRDF.
Physically based rendering
Light operates and reflects at a microscopic level, so if we want to be physically accurate with our light predictions, we're going to have to think at that scale.
Microfasets
Physics has found it easier to think about the roughness of a surface rather than the shininess metric that we've been using so far.
- A perfectly smooth surface like a mirror is going to look like a flat plane at the microscopic level.
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md18"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md18");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
````
````col-md
flexGrow=1
===
<div id="The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md19"></div><script>(function(){const InitialData={"type":"excalidraw","version":2,"source":"https://github.com/zsviczian/obsidian-excalidraw-plugin/releases/tag/2.2.7","elements":[{"type":"text","version":257,"versionNonce":1789388658,"index":"b0o0g","isDeleted":false,"id":"VRZbrEAN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-568,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":520.5599365234375,"height":45,"seed":371039282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"L (x,w , ,t) = L (x,w , ,t) +","rawText":"L (x,w , ,t) = L (x,w , ,t) +","textAlign":"left","verticalAlign":"top","containerId":null,"originalText":"L (x,w , ,t) = L (x,w , ,t) +","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":64,"versionNonce":303680754,"index":"b0o0h","isDeleted":false,"id":"IrDaOne-Gfe_bFvhQwu9L","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.9491978609628,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":11.5,"seed":1495228462,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,2],[-2,2.5],[-2.5,3],[-3,4],[-3.5,5],[-3.5,5.5],[-3.5,6.5],[-3.5,7.5],[-3.5,8.5],[-3,9],[-2.5,9.5],[-2,10],[-1.5,10.5],[-1,11],[-0.5,11],[0,11],[0.5,11],[1.5,10.5],[2,10],[3,9],[3.5,8.5],[4,8],[4,7.5],[4.5,6.5],[4.5,6],[4.5,5.5],[4.5,5],[4.5,4],[4.5,3.5],[4.5,3],[4.5,2.5],[4.5,2],[4.5,1.5],[4,1],[4,0.5],[3.5,0],[3,0],[3,-0.5],[2.5,-0.5],[2,-0.5],[1.5,-0.5],[1,0],[0.5,0],[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":52,"versionNonce":250295086,"index":"b0o0i","isDeleted":false,"id":"OszddSduQoPV6uZn8QTJ-","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-460.44919786096284,"y":-72.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.5,"height":9,"seed":33212018,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1.5],[-1,2],[-1,3],[-1,3.5],[-1,4.5],[-0.5,5],[-0.5,5.5],[0,6],[0.5,6.5],[1,7],[2,7],[2.5,7.5],[3,7.5],[4,7.5],[4.5,7],[5,7],[5.5,6.5],[5.5,6],[6,5],[6,4],[6.5,3.5],[6.5,2.5],[6.5,1.5],[6,1],[6,0],[5.5,-0.5],[5,-1],[4.5,-1],[4,-1.5],[3,-1.5],[2.5,-1.5],[2,-1.5],[1.5,-1.5],[1,-1.5],[0.5,-1],[0,-0.5],[0,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":49,"versionNonce":251092658,"index":"b0o0j","isDeleted":false,"id":"f74PGq_ZBMk_eiEVjmekL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-420.44919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":26.5,"seed":973960814,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,0],[0.5,0.5],[0.5,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,1],[0.5,1.5],[1,1.5],[1.5,2.5],[1.5,3],[2,4],[2.5,5],[3.5,6],[4,7.5],[4.5,8.5],[5.5,10],[6,11.5],[6.5,12.5],[7,14],[7.5,15],[8.5,16.5],[9,18],[10,19.5],[10.5,20.5],[11,21.5],[11.5,22.5],[12,23.5],[12.5,24.5],[13,25],[13,25.5],[13.5,26],[13.5,26.5],[13,26.5],[12.5,26],[12.5,26]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":66,"versionNonce":95985006,"index":"b0o0k","isDeleted":false,"id":"pfdzX6QqfMSajMGKM5G2l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-424.44919786096284,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":13,"seed":1695995506,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-1],[1.5,-1],[1.5,-1.5],[2.5,-2],[2.5,-2.5],[3.5,-3.5],[4,-4],[4.5,-5],[5,-5.5],[5.5,-6.5],[6,-7],[6.5,-7.5],[7,-8],[7,-8.5],[7.5,-9],[7.5,-9.5],[8,-9.5],[8,-10],[8,-10.5],[8.5,-10.5],[8.5,-11],[9,-11.5],[9,-12],[9,-12.5],[9,-12],[9,-12.5],[8.5,-12],[8.5,-11.5],[8,-10.5],[7.5,-10],[7,-9],[6.5,-8.5],[6.5,-7.5],[6,-7],[5.5,-6],[5,-5],[4,-4],[3.5,-3],[3.5,-2.5],[3,-2],[3,-1.5],[2.5,-1.5],[2.5,-1],[2,-1],[2,-0.5],[1.5,0],[1,0],[0.5,0.5],[0,0.5],[0.5,0.5],[0.5,0],[0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":67,"versionNonce":1169995890,"index":"b0o0l","isDeleted":false,"id":"M3YEF4HtXmKhdTbCk6MVZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-269.4491978609629,"y":-68.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":11.5,"seed":399506798,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-0.5],[3.5,-1],[4,-1],[4.5,-1],[5,-1.5],[5,-2],[5,-2.5],[5,-3],[5,-4],[5,-4.5],[5,-5],[4.5,-5.5],[4,-6],[4,-6.5],[3.5,-6.5],[3,-7],[2.5,-7],[2,-7],[1,-7],[0.5,-6.5],[0,-6.5],[-0.5,-6],[-1,-5.5],[-1.5,-5],[-2,-4.5],[-2.5,-4],[-2.5,-3],[-2.5,-2],[-2.5,-1.5],[-2.5,-0.5],[-2.5,0],[-2.5,0.5],[-2,1.5],[-2,2],[-1.5,2.5],[-1,3.5],[-0.5,3.5],[-0.5,4],[0.5,4.5],[1,4.5],[1.5,4.5],[2.5,4.5],[4,4],[5,3.5],[5.5,3],[6,3],[6.5,2.5],[6.5,2],[6.5,2]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":36,"versionNonce":199147438,"index":"b0o0m","isDeleted":false,"id":"rAvRv2lqZ0I2RKeiNR3U9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-477.94919786096284,"y":-93.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18,"height":0.5,"seed":680647282,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,0],[5.5,0],[6.5,0],[7.5,0],[9,0],[10,0],[11,0],[11.5,0],[13,0],[13.5,0],[15,0],[15.5,0],[16.5,0],[17.5,0],[18,0],[17.5,0],[17,-0.5],[17,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":909171250,"index":"b0o0n","isDeleted":false,"id":"vWV2gadcAbiSlXfE2XP4K","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-463.44919786096284,"y":-98.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4,"height":8,"seed":633444786,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,0],[0,0.5],[0,1],[0.5,1.5],[1,2],[1.5,2],[2,2.5],[2.5,3],[3,3],[3.5,3],[3.5,3.5],[4,3.5],[3.5,3.5],[4,3.5],[3.5,4],[3.5,4.5],[3,4.5],[3,5],[2.5,5],[2.5,5.5],[2,6],[1.5,6.5],[1.5,7],[1,7],[1,7.5],[0.5,7.5],[0.5,8],[0,8],[0.5,8],[0.5,7.5],[0.5,7.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":44,"versionNonce":629578222,"index":"b0o0o","isDeleted":false,"id":"EWMxNJtyQCDpaAywqv3pG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-208.4491978609628,"y":-93.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.99999999999997,"height":0.5,"seed":939856238,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0],[1,0],[1.5,0],[2,0],[3,0],[3.5,0],[4.5,-0.5],[5,-0.5],[5.5,-0.5],[6.5,-0.5],[7.5,-0.5],[8,-0.5],[8.5,-0.5],[9,-0.5],[10,-0.5],[10.5,-0.5],[11,-0.5],[11.5,-0.5],[12,-0.5],[12.5,-0.5],[12.999999999999972,-0.5],[13.499999999999972,-0.5],[13.999999999999972,-0.5],[14.499999999999972,-0.5],[14.999999999999972,-0.5],[14.999999999999972,0],[15.499999999999972,-0.5],[15.999999999999972,-0.5],[16.49999999999997,-0.5],[16.49999999999997,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":40,"versionNonce":1329251314,"index":"b0o0oV","isDeleted":false,"id":"DdZt0LvVmxaHnIMib7ERF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-193.94919786096284,"y":-97.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5,"height":7,"seed":1426906674,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[0,0.5],[0,1],[0.5,1.5],[1,1.5],[1,2],[1.5,2],[2,2.5],[2.5,2.5],[3,3],[3.5,3],[4,3],[4,3.5],[4.5,3.5],[4,4],[3.5,4],[3.5,4.5],[3,5],[2.5,5],[2,5.5],[1.5,5.5],[1,6],[0.5,6],[0.5,6.5],[0,6.5],[0,7],[0,7]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":54,"versionNonce":1773743150,"index":"b0o0p","isDeleted":false,"id":"fDmLttBey_8Srgud29pHn","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-190.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":8,"seed":1708767022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,-0.5],[-1,0],[-1.5,0],[-2,0.5],[-2,1],[-2.5,1.5],[-2.5,2.5],[-2.5,3],[-2.5,4],[-2.5,4.5],[-2,5],[-1.5,5.5],[-1,6],[0,6],[1,6],[2,6],[2.5,6],[3.5,5.5],[4,5],[4.5,4.5],[4.5,4],[5,3.5],[5,3],[5,2],[5.5,1],[5.5,0.5],[5,0],[5,-0.5],[4.5,-1],[4,-1.5],[3.5,-1.5],[3,-2],[2.5,-2],[2,-2],[1.5,-2],[0.5,-2],[0,-1.5],[-0.5,-1.5],[-1,-1],[-1,-0.5],[-1,-0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":182547890,"index":"b0o0q","isDeleted":false,"id":"B3yyncPhASDhQ64muIPBN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-150.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":24,"seed":1701951022,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,1],[0.5,1.5],[1,2.5],[1.5,3.5],[2,5],[2.5,6],[3.5,8],[4,9.5],[4.5,11.5],[5.5,13],[6.5,15],[7,16.5],[7.5,18],[8.5,19],[9,20],[9.5,21],[10,21.5],[10,22],[10,22.5],[10.5,23],[10.5,23.5],[10.5,24],[11,24],[11,24]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":70,"versionNonce":643790446,"index":"b0o0r","isDeleted":false,"id":"BvmEbAF67dLId5DriaQ_t","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-153.94919786096284,"y":-71.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.5,"height":12,"seed":1218075378,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,-0.5],[-0.5,0],[0,-0.5],[-0.5,0],[0,0],[0,-0.5],[0.5,-1],[1,-1],[1,-1.5],[1.5,-2],[2,-2.5],[2.5,-3],[3,-3.5],[3.5,-3.5],[4,-4],[4,-4.5],[5,-5.5],[5.5,-6],[6,-6.5],[6.5,-7],[7,-7.5],[7.5,-8],[8,-9],[8,-9.5],[8.5,-9.5],[8.5,-10],[8,-9.5],[7.5,-9],[7,-8.5],[6.5,-8],[6,-7.5],[5.5,-6.5],[4.5,-6],[4,-5],[3.5,-4.5],[3,-4],[2.5,-3.5],[2,-3],[1.5,-2.5],[1.5,-2],[1,-1.5],[0.5,-1],[0,-0.5],[0,0],[-0.5,0.5],[-1,0.5],[-1,1],[-1.5,1],[-1.5,1.5],[-2,1.5],[-2,2],[-2,1.5],[-1.5,1.5],[-1.5,1],[-1,1],[-1,0.5],[-0.5,0],[-0.5,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":58,"versionNonce":172748658,"index":"b0o0s","isDeleted":false,"id":"RYFBiM4yKdMllebw0_h_Q","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-149.94919786096284,"y":-94.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.5,"height":25,"seed":803511342,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[0.5,1],[1,2],[1.5,3],[2,4],[2.5,4.5],[3,5.5],[3.5,6.5],[3.5,7.5],[4,8],[4.5,9],[5,10],[5,11],[5.5,12],[6,13],[6.5,13.5],[7,14.5],[7.5,15],[8,15.5],[8,16],[8.5,17],[8.5,17.5],[9,18],[9,18.5],[9.5,19],[9.5,19.5],[9.5,20],[10,20.5],[10,21],[10.5,21],[10.5,21.5],[10.5,22],[11,22],[11,22.5],[11,23],[11.5,23],[11,23],[11.5,23],[11.5,23.5],[11.5,24],[11.5,24.5],[11.5,25],[11.5,24.5],[11.5,24.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":114,"versionNonce":71465134,"index":"b0o0t","isDeleted":false,"id":"0aF15S-yhY3GA22Iww9uV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-41.44919786096281,"y":-43.13801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.99999999999997,"height":87.99999999999994,"seed":23741490,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[-0.5,0.5],[-0.5,1],[0,1],[0,1.5],[0.5,2],[0.5,2.5],[1,2.5],[1.5,3],[2,3],[2.5,3],[2.5,2.5],[3,2.5],[3.5,2.5],[3.5,2],[4.5,2],[5,1.5],[5.5,0.5],[5.5,0],[6,-0.5],[6.5,-1],[6.5,-1.5],[6.999999999999972,-2],[6.999999999999972,-2.5],[7.499999999999972,-3.5],[7.499999999999972,-4],[7.999999999999972,-5],[7.999999999999972,-5.5],[8.499999999999972,-6.5],[8.499999999999972,-7.5],[8.999999999999972,-8.5],[8.999999999999972,-9],[8.999999999999972,-10],[8.999999999999972,-11],[9.499999999999972,-11.5],[9.499999999999972,-12.499999999999972],[9.499999999999972,-13.499999999999972],[9.999999999999972,-14.999999999999972],[10.499999999999972,-15.999999999999972],[10.999999999999972,-17.49999999999997],[10.999999999999972,-19.49999999999997],[11.499999999999972,-20.99999999999997],[11.999999999999972,-22.99999999999997],[12.499999999999972,-24.99999999999997],[12.999999999999972,-26.99999999999997],[13.499999999999972,-29.49999999999997],[13.999999999999972,-31.49999999999997],[14.499999999999972,-33.49999999999997],[14.999999999999972,-35.99999999999997],[15.499999999999972,-37.99999999999997],[15.999999999999972,-39.99999999999997],[16.49999999999997,-41.49999999999997],[16.49999999999997,-43.49999999999997],[16.99999999999997,-45.49999999999997],[17.49999999999997,-47.99999999999997],[17.49999999999997,-49.49999999999997],[17.99999999999997,-51.49999999999997],[17.99999999999997,-53.49999999999997],[18.49999999999997,-54.99999999999997],[18.49999999999997,-57.49999999999997],[18.99999999999997,-59.99999999999997],[19.49999999999997,-61.99999999999997],[19.49999999999997,-63.99999999999997],[19.99999999999997,-65.99999999999997],[19.99999999999997,-67.49999999999997],[20.49999999999997,-68.99999999999997],[20.49999999999997,-70.49999999999997],[20.49999999999997,-71.99999999999997],[20.99999999999997,-72.99999999999997],[20.99999999999997,-73.99999999999997],[21.49999999999997,-74.99999999999997],[21.49999999999997,-75.99999999999997],[21.99999999999997,-77.49999999999994],[22.49999999999997,-77.99999999999994],[22.99999999999997,-78.99999999999994],[22.99999999999997,-79.49999999999994],[23.49999999999997,-80.49999999999994],[23.49999999999997,-80.99999999999994],[23.99999999999997,-81.49999999999994],[24.49999999999997,-81.99999999999994],[24.49999999999997,-82.99999999999994],[24.99999999999997,-82.99999999999994],[25.49999999999997,-83.49999999999994],[25.49999999999997,-83.99999999999994],[25.99999999999997,-84.49999999999994],[26.49999999999997,-84.49999999999994],[26.99999999999997,-84.99999999999994],[27.49999999999997,-84.99999999999994],[27.99999999999997,-84.99999999999994],[28.49999999999997,-84.99999999999994],[28.99999999999997,-84.49999999999994],[29.49999999999997,-84.49999999999994],[29.99999999999997,-83.99999999999994],[30.49999999999997,-82.99999999999994],[30.49999999999997,-82.49999999999994],[30.99999999999997,-81.99999999999994],[30.99999999999997,-81.49999999999994],[31.49999999999997,-80.99999999999994],[31.49999999999997,-80.49999999999994],[31.49999999999997,-79.99999999999994],[31.49999999999997,-79.99999999999994]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":82,"versionNonce":834744626,"index":"b0o0tV","isDeleted":false,"id":"XMgS_Tj43LZKjyeSjOjjd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-22.44919786096284,"y":-38.63801387032072,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.5,"height":14,"seed":1096274286,"groupIds":["r8eCNzbNLQN49qylfSdiv","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.5,-0.5],[1,-0.5],[1.5,-0.5],[2,-0.5],[2.5,-0.5],[3,-1],[4,-1],[4,-1.5],[4.5,-1.5],[4.5,-2],[4.5,-2.5],[4.5,-3],[4,-3.5],[4,-4],[3.5,-4],[3,-4.5],[2,-5],[1.5,-5.5],[1,-5.5],[0.5,-6],[0.5,-6.5],[0.5,-7],[0,-7.5],[0,-8.5],[0,-9.5],[0,-10],[0,-10.5],[0,-11],[0,-11.5],[0,-12],[0.5,-12],[1,-12],[2,-12.5],[3,-12.5],[4.5,-13],[5.5,-13.5],[6.5,-13.5],[7.5,-13],[8.5,-13],[9.5,-12.5],[10,-12],[11,-11],[12,-10.5],[12.5,-9.5],[12.5,-8.5],[13,-8],[12.5,-7],[12.5,-6.5],[12,-6],[11.5,-5],[11,-4.5],[11,-4],[10.5,-3.5],[10,-3],[9.5,-3],[9.5,-2.5],[9,-2.5],[9,-2],[9,-1.5],[9,-1],[9,-0.5],[9.5,-0.5],[9.5,0],[10,0],[11,0],[11.5,0.5],[12,0.5],[13,0.5],[13.5,0.5],[13.5,0.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":444,"versionNonce":1640104110,"index":"b0o0u","isDeleted":false,"id":"EAJDsMyC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":27.809814453125,"y":-100.9765625,"strokeColor":"#ffffff","backgroundColor":"transparent","width":575.7119140625,"height":45,"seed":1503061038,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","rawText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"(x,w ,w , ,t)L (x,w , ,t)(w n)dw","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":448,"versionNonce":1151875826,"index":"b0o0v","isDeleted":false,"id":"mgLJpY1PzmHLRaEmrSmqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":20.80080213903716,"y":-74.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7,"height":12,"seed":1953322542,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0],[-0.5,0.5],[-0.5,1.5],[-0.5,2],[-0.5,3],[0,4],[0,5],[0,6.5],[0,7.5],[0,8.5],[0,9],[0,10],[0,10.5],[0,11],[0,11.5],[0.5,11.5],[0,11.5],[0.5,11.5],[0.5,12],[0.5,11.5],[0.5,11],[0.5,10.5],[0.5,10],[0.5,9.5],[0.5,9],[0.5,8],[1,7.5],[1,7],[1,6.5],[1,5.5],[1.5,5],[1.5,4.5],[1.5,4],[2,3.5],[2.5,3],[3,3],[3,2.5],[3.5,2.5],[3.5,2],[3.5,2.5],[3.5,2],[4,2.5],[4.5,2.5],[5,2.5],[5.5,3],[6,3.5],[6.5,3.5],[6.5,4],[6,4],[6.5,4],[6.5,3.5],[6.5,3.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":450,"versionNonce":1698866478,"index":"b0o0w","isDeleted":false,"id":"fqLsL4F_rRSXzjozQq8k6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":7.300802139037188,"y":-71.63801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11,"height":26.5,"seed":1415375794,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.5,0.5],[-0.5,1],[0,1],[0.5,1],[1,1.5],[1,2],[1.5,2],[2,2],[2.5,2.5],[3,2.5],[3.5,2],[3.5,1.5],[4,1],[4,0.5],[4,0],[4,-0.5],[4.5,-1.5],[4.5,-2],[4,-3],[4,-4],[4,-5],[4,-6],[4,-7],[4,-8.5],[4,-9],[4,-10.5],[4,-11.5],[4.5,-12.5],[4.5,-13.5],[4.5,-14.5],[4.5,-16],[4.5,-16.5],[4.5,-17.5],[4.5,-18.5],[4.5,-19.5],[4.5,-20.5],[5,-21.5],[5,-22],[5,-22.5],[5.5,-23],[5.5,-23.5],[6,-23.5],[6,-24],[6.5,-24],[7,-24],[7.5,-24],[8,-24],[8.5,-23.5],[9,-23],[9.5,-22],[10,-21.5],[10.5,-21],[10.5,-20.5],[10.5,-20.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":413,"versionNonce":25693362,"index":"b0o0x","isDeleted":false,"id":"Rd1j0pjgU0Mpk8Aw5pfiJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":6.300802139037188,"y":-84.13801387032069,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9,"height":0.5,"seed":1560174702,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0.5,0.5],[1.5,0.5],[2.5,0.5],[3.5,0.5],[4,0.5],[5,0.5],[6,0.5],[7,0],[7.5,0.5],[8.5,0],[9,0],[9,0.5],[9,0],[9,0.5],[9,0],[9,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1146212206,"index":"b0o0y","isDeleted":false,"id":"lqd6Haz-Bp9Sryuxt_gyH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.81967006356544,"y":-73.42390714862262,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981298,"height":2.2641509433962312,"seed":1088988530,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0,0],[0.37735849056605275,0.37735849056602433],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0.7547169811320771,0.7547169811320771],[1.1320754716981298,0.7547169811320771],[1.1320754716981298,1.1320754716981014],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.8867924528301785],[0.7547169811320771,2.2641509433962312],[0.37735849056605275,2.2641509433962312],[0,2.2641509433962312],[0,1.8867924528301785],[0,1.5094339622641542],[0,1.1320754716981014],[0.37735849056605275,1.1320754716981014],[0.37735849056605275,1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":1040688754,"index":"b0o0yV","isDeleted":false,"id":"GVw8DuI-X6cNoMdYEMdZS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":94.44231157299942,"y":-68.89560526183016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":460595886,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0.37735849056602433,0],[0,0],[0,0.37735849056602433],[0.37735849056602433,0.7547169811320771],[0.37735849056602433,1.5094339622641542],[0.37735849056602433,1.8867924528301785],[0.37735849056602433,2.6415094339622556],[0.37735849056602433,3.01886792452828],[0.37735849056602433,4.15094339622641],[0.37735849056602433,4.528301886792434],[0.37735849056602433,5.283018867924511],[0.37735849056602433,5.660377358490564],[0.37735849056602433,6.037735849056588],[0.37735849056602433,6.415094339622641],[0.7547169811320771,6.415094339622641],[1.1320754716981014,6.415094339622641],[1.5094339622641542,6.415094339622641],[1.8867924528301785,6.037735849056588],[2.264150943396203,6.037735849056588],[2.6415094339622556,5.660377358490564],[2.6415094339622556,5.283018867924511],[3.01886792452828,5.283018867924511],[3.3962264150943327,4.905660377358487],[3.3962264150943327,4.528301886792434],[3.773584905660357,4.528301886792434],[3.773584905660357,4.528301886792434]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":433,"versionNonce":1149350318,"index":"b0o0z","isDeleted":false,"id":"FdH5iWNhKJ1y_oKJFYqTl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":145.38570779941452,"y":-72.29183167692452,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.037735849056617,"height":8.301886792452848,"seed":525805362,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.7547169811320771,-0.37735849056602433],[-0.7547169811320771,-0.7547169811320771],[-1.1320754716981014,-0.37735849056602433],[-1.5094339622641542,-0.37735849056602433],[-1.8867924528301785,-0.37735849056602433],[-2.6415094339622556,0],[-3.0188679245283083,0.37735849056605275],[-3.3962264150943327,1.1320754716981298],[-4.15094339622641,1.886792452830207],[-4.15094339622641,3.0188679245283083],[-4.15094339622641,4.150943396226438],[-3.7735849056603854,5.28301886792454],[-3.7735849056603854,6.037735849056617],[-3.0188679245283083,6.792452830188694],[-2.6415094339622556,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811320771,7.547169811320771],[0,7.169811320754718],[0.7547169811320771,6.792452830188694],[1.1320754716981298,6.415094339622641],[1.5094339622641542,6.037735849056617],[1.886792452830207,5.660377358490592],[1.886792452830207,5.28301886792454],[1.886792452830207,4.905660377358515],[1.886792452830207,4.150943396226438],[1.886792452830207,3.396226415094361],[1.5094339622641542,2.641509433962284],[1.5094339622641542,2.2641509433962312],[1.1320754716981298,1.5094339622641542],[0.7547169811320771,1.1320754716981298],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056605275],[-0.37735849056602433,0.37735849056605275],[-0.7547169811320771,0.37735849056605275],[-0.7547169811320771,0],[-0.7547169811320771,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":49154098,"index":"b0o1","isDeleted":false,"id":"AblQRktulmrmznbVMdilT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":77.83853798809375,"y":-92.66919016749056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.73584905660377,"height":0.37735849056603854,"seed":41393390,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056602433,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.5094339622641257,-0.37735849056603854],[2.264150943396203,-0.37735849056603854],[3.01886792452828,-0.37735849056603854],[3.773584905660357,-0.37735849056603854],[4.905660377358487,-0.37735849056603854],[6.037735849056588,-0.37735849056603854],[7.169811320754718,-0.37735849056603854],[8.30188679245282,0],[9.43396226415095,0],[10.56603773584905,0],[11.698113207547152,-0.37735849056603854],[12.830188679245282,0],[13.962264150943383,0],[14.339622641509436,0],[15.094339622641513,0],[15.84905660377359,0],[16.603773584905667,0],[16.98113207547169,0],[17.73584905660377,0],[17.73584905660377,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1895517166,"index":"b0o12","isDeleted":false,"id":"JRYClifWIzeBpgJhlKSxx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":93.31023610130129,"y":-96.82013356371698,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.7735849056603854,"height":7.547169811320757,"seed":940536050,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,0],[0.37735849056605275,0.37735849056603854],[0.7547169811320771,0.7547169811320771],[1.5094339622641542,1.1320754716981156],[1.886792452830207,1.5094339622641542],[2.2641509433962312,1.8867924528301927],[2.2641509433962312,2.2641509433962312],[2.641509433962284,2.64150943396227],[2.641509433962284,3.0188679245283083],[2.641509433962284,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.641509433962284,3.7735849056603854],[2.641509433962284,4.150943396226424],[2.2641509433962312,4.150943396226424],[1.886792452830207,4.150943396226424],[1.5094339622641542,4.5283018867924625],[1.1320754716981298,4.905660377358501],[0.7547169811320771,5.28301886792454],[0.37735849056605275,5.660377358490578],[0,6.037735849056617],[-0.37735849056602433,6.037735849056617],[-0.37735849056602433,6.415094339622655],[-0.37735849056602433,6.792452830188694],[-0.7547169811320771,6.792452830188694],[-0.7547169811320771,7.169811320754718],[-0.37735849056602433,7.169811320754718],[-0.37735849056602433,7.169811320754718]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":421,"versionNonce":673329650,"index":"b0o14","isDeleted":false,"id":"3q4gl2FfEK_TifmGa7s4l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":127.2725002522447,"y":-91.53711469579244,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.471698113207538,"height":0.37735849056603854,"seed":663867182,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,-0.37735849056603854],[0,-0.37735849056603854],[0.37735849056605275,0],[0.7547169811320771,0],[1.5094339622641542,0],[2.2641509433962312,0],[3.0188679245283083,0],[3.7735849056603854,0],[4.905660377358487,-0.37735849056603854],[5.660377358490564,-0.37735849056603854],[6.792452830188694,0],[7.169811320754718,0],[7.924528301886795,0],[8.679245283018872,0],[9.43396226415095,0],[10.188679245283026,0],[11.320754716981156,0],[12.075471698113233,0],[12.83018867924531,-0.37735849056603854],[13.584905660377359,0],[14.339622641509436,0],[14.716981132075489,0],[15.094339622641513,0],[14.716981132075489,0],[14.716981132075489,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":130522670,"index":"b0o18","isDeleted":false,"id":"yZXYt7498W3SFkeU3-ApB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":140.10268893149,"y":-94.55598262032075,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":6.415094339622641,"seed":781746866,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056602433,0.37735849056603854],[0.37735849056602433,0.7547169811320771],[1.1320754716981014,0.7547169811320771],[1.5094339622641257,1.1320754716981156],[1.8867924528301785,1.1320754716981156],[2.6415094339622556,1.1320754716981156],[3.01886792452828,1.5094339622641542],[3.3962264150943327,1.5094339622641542],[3.3962264150943327,1.8867924528301927],[3.773584905660357,1.8867924528301927],[3.773584905660357,2.2641509433962312],[3.773584905660357,2.64150943396227],[3.3962264150943327,3.0188679245283083],[3.01886792452828,3.396226415094347],[3.01886792452828,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[2.264150943396203,4.905660377358487],[1.8867924528301785,5.28301886792454],[1.5094339622641257,5.660377358490564],[1.1320754716981014,5.660377358490564],[0.7547169811320487,6.037735849056617],[0.37735849056602433,6.037735849056617],[0.37735849056602433,6.415094339622641],[0.37735849056602433,6.415094339622641]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":425,"versionNonce":1890263986,"index":"b0o1A","isDeleted":false,"id":"1l4bC0MmQ8GN-VttODZdo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":184.25363232771647,"y":-95.31069960145287,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.056603773584897,"height":26.03773584905663,"seed":120306030,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0,1.1320754716981156],[0,1.8867924528301927],[0.37735849056602433,2.64150943396227],[0.37735849056602433,3.0188679245283083],[1.1320754716981014,4.150943396226424],[1.5094339622641542,4.905660377358501],[1.8867924528301785,6.415094339622655],[2.6415094339622556,7.924528301886809],[3.0188679245283083,9.811320754716988],[3.7735849056603854,11.698113207547195],[4.5283018867924625,13.962264150943398],[5.28301886792454,15.471698113207552],[5.660377358490564,17.735849056603783],[6.415094339622641,18.867924528301913],[6.792452830188694,20.377358490566067],[7.547169811320771,21.886792452830193],[7.924528301886795,23.396226415094347],[8.30188679245282,24.150943396226424],[8.679245283018872,25.283018867924554],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,26.03773584905663],[9.056603773584897,25.660377358490578],[9.056603773584897,24.9056603773585],[9.056603773584897,24.528301886792477],[9.056603773584897,24.528301886792477]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":422,"versionNonce":500148334,"index":"b0o1C","isDeleted":false,"id":"N30AW5MPHj5XP7AljryWf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":178.97061345979193,"y":-70.78239771466039,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.811320754716974,"height":10.188679245283026,"seed":496589938,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176317,"link":null,"locked":false,"points":[[0,0],[-0.37735849056602433,0.37735849056602433],[0,0],[0.37735849056605275,-0.37735849056605275],[0.7547169811320771,-0.7547169811320771],[1.5094339622641542,-1.1320754716981298],[2.2641509433962312,-1.886792452830207],[3.0188679245283083,-2.2641509433962312],[3.396226415094361,-3.0188679245283083],[4.150943396226438,-3.3962264150943327],[4.905660377358487,-4.15094339622641],[5.660377358490564,-4.905660377358487],[6.415094339622641,-5.660377358490564],[6.792452830188694,-6.415094339622641],[7.547169811320771,-6.792452830188694],[7.924528301886795,-7.169811320754718],[8.301886792452848,-7.924528301886795],[8.679245283018872,-8.301886792452848],[8.679245283018872,-8.679245283018872],[9.056603773584925,-8.679245283018872],[9.056603773584925,-9.056603773584925],[9.43396226415095,-9.056603773584925],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.43396226415095],[9.43396226415095,-9.811320754717002],[9.43396226415095,-9.811320754717002]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":420,"versionNonce":649059698,"index":"b0o1G","isDeleted":false,"id":"UrcDiZO6zeAtLxK4dVwjp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":276.3291040258298,"y":-73.04654865805668,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":9.056603773584925,"seed":680418222,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,0],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811320771],[0,1.1320754716981014],[0,2.2641509433962312],[0,3.0188679245283083],[0,3.3962264150943327],[0,4.5283018867924625],[0,5.28301886792454],[0,6.415094339622641],[0,7.169811320754718],[0.3773584905659959,7.924528301886795],[0.3773584905659959,8.301886792452848],[0.7547169811320487,8.679245283018872],[0.7547169811320487,9.056603773584925],[1.1320754716981014,9.056603773584925],[1.88679245283015,9.056603773584925],[2.6415094339622556,9.056603773584925],[3.0188679245283083,8.679245283018872],[3.3962264150943042,8.679245283018872],[3.3962264150943042,8.301886792452848],[3.773584905660357,7.924528301886795],[3.3962264150943042,7.924528301886795],[3.3962264150943042,7.924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1121741486,"index":"b0o1I","isDeleted":false,"id":"_NLT-Z6PnTPauL1SddM5P","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":277.08382100696184,"y":-78.70692601654724,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716981583,"height":1.886792452830207,"seed":853081650,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,0],[0.7547169811321055,0],[0.37735849056605275,0],[0,-0.37735849056605275],[-0.37735849056605275,-0.37735849056605275],[-0.37735849056605275,-0.7547169811320771],[-0.37735849056605275,-1.1320754716981298],[0,-1.1320754716981298],[0.37735849056605275,-0.7547169811320771],[0.7547169811321055,-0.7547169811320771],[0.7547169811321055,-0.37735849056605275],[0.7547169811321055,0.37735849056602433],[0.7547169811321055,0.7547169811320771],[0.37735849056605275,0.7547169811320771],[0,0.7547169811320771],[0,0.37735849056602433],[0.37735849056605275,0],[0.37735849056605275,-0.37735849056605275],[0.37735849056605275,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":431,"versionNonce":930570034,"index":"b0o1K","isDeleted":false,"id":"NNrkqADALCd3ezdB-Zm6y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":357.8385379880939,"y":-70.78239771466056,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.547169811320771,"height":5.283018867924511,"seed":1105376750,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056602433],[-0.3773584905659959,-0.37735849056602433],[-0.7547169811320487,-0.37735849056602433],[-1.1320754716980446,-0.37735849056602433],[-1.5094339622640973,0],[-1.88679245283015,0.37735849056605275],[-2.264150943396203,0.7547169811320771],[-2.6415094339622556,1.5094339622641542],[-2.6415094339622556,1.8867924528301785],[-2.264150943396203,2.6415094339622556],[-1.88679245283015,3.0188679245283083],[-1.5094339622640973,3.3962264150943327],[-0.7547169811320487,3.7735849056603854],[0,4.15094339622641],[0.7547169811321055,4.15094339622641],[1.509433962264211,4.15094339622641],[2.2641509433962597,4.15094339622641],[3.0188679245283083,3.7735849056603854],[3.396226415094361,3.3962264150943327],[4.150943396226467,2.6415094339622556],[4.528301886792519,1.8867924528301785],[4.905660377358515,1.1320754716981014],[4.905660377358515,0.37735849056605275],[4.905660377358515,0],[4.528301886792519,-0.37735849056602433],[4.150943396226467,-0.7547169811320771],[3.396226415094361,-1.1320754716981014],[2.6415094339622556,-1.1320754716981014],[2.2641509433962597,-1.1320754716981014],[1.509433962264211,-1.1320754716981014],[1.1320754716981583,-1.1320754716981014],[0.7547169811321055,-1.1320754716981014],[0.37735849056605275,-1.1320754716981014],[0,-1.1320754716981014],[0,-1.1320754716981014]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":630645998,"index":"b0o1O","isDeleted":false,"id":"yGcG42Jje3hQThwzLyQO6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":337.08382100696184,"y":-93.80126563918887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.603773584905696,"height":0.7547169811320771,"seed":1262381042,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.3773584905659959,-0.37735849056603854],[0.7547169811320487,-0.37735849056603854],[1.1320754716981014,-0.37735849056603854],[1.886792452830207,-0.37735849056603854],[2.6415094339622556,0],[3.3962264150943042,0],[4.5283018867924625,0],[6.03773584905656,0],[7.547169811320771,0],[7.9245283018868236,0],[10.188679245283026,0.37735849056603854],[11.320754716981128,0.37735849056603854],[12.830188679245282,0.37735849056603854],[13.962264150943383,0.37735849056603854],[15.094339622641485,0.37735849056603854],[15.84905660377359,0.37735849056603854],[16.603773584905696,0.37735849056603854],[16.603773584905696,0],[16.603773584905696,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":424,"versionNonce":1332259058,"index":"b0o1Q","isDeleted":false,"id":"t_U_gEAwnJgkzzbb_5utd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":350.66872666733923,"y":-97.57485054484926,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.773584905660357,"height":7.169811320754718,"seed":1546766382,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.3773584905659959,0.7547169811320771],[0.3773584905659959,1.1320754716981156],[0.7547169811320487,1.1320754716981156],[1.1320754716980446,1.5094339622641542],[1.5094339622640973,1.8867924528301927],[1.88679245283015,2.2641509433962312],[2.264150943396203,2.64150943396227],[2.6415094339622556,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.3962264150943042,3.396226415094347],[3.3962264150943042,3.7735849056603854],[3.773584905660357,3.7735849056603854],[3.3962264150943042,3.7735849056603854],[3.3962264150943042,4.150943396226424],[3.3962264150943042,4.5283018867924625],[3.0188679245283083,4.905660377358501],[3.0188679245283083,5.283018867924525],[2.6415094339622556,5.660377358490564],[2.6415094339622556,6.037735849056602],[2.264150943396203,6.415094339622641],[2.264150943396203,6.7924528301886795],[1.88679245283015,6.7924528301886795],[2.264150943396203,7.169811320754718],[2.264150943396203,6.7924528301886795],[2.264150943396203,6.7924528301886795]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":430,"versionNonce":931665710,"index":"b0o1S","isDeleted":false,"id":"Op6fOmdgnSThcpOL5yr7j","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":394.8196700635656,"y":-97.19749205428315,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":26.415094339622655,"seed":248551858,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[-0.37735849056605275,-0.37735849056603854],[-0.37735849056605275,0],[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[1.1320754716981583,1.5094339622641542],[1.886792452830207,2.6415094339622556],[2.6415094339622556,3.773584905660371],[3.396226415094361,4.528301886792448],[4.150943396226467,6.037735849056602],[4.905660377358515,7.169811320754718],[6.037735849056617,8.679245283018872],[7.169811320754718,10.188679245283026],[7.924528301886767,11.69811320754718],[9.056603773584925,13.207547169811335],[9.81132075471703,14.716981132075489],[10.56603773584908,16.226415094339615],[11.69811320754718,17.358490566037744],[12.452830188679286,18.8679245283019],[12.830188679245339,20],[13.584905660377387,21.13207547169813],[13.962264150943383,21.886792452830207],[14.339622641509436,22.641509433962284],[14.716981132075489,23.39622641509436],[15.094339622641542,24.150943396226438],[15.471698113207594,24.905660377358487],[15.84905660377359,25.28301886792454],[16.226415094339643,25.660377358490564],[16.226415094339643,26.037735849056617],[16.60377358490564,26.037735849056617],[16.226415094339643,26.037735849056617],[16.226415094339643,25.28301886792454],[16.226415094339643,25.28301886792454]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1980414642,"index":"b0o1V","isDeleted":false,"id":"VGD8kpPDqcGodpf5W-W1x","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":403.49891534658445,"y":-82.48051092220766,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.188679245283026,"height":12.830188679245282,"seed":2003079790,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811320487],[-1.5094339622641542,1.1320754716981014],[-1.88679245283015,1.8867924528301785],[-3.0188679245283083,3.3962264150943327],[-3.396226415094361,4.15094339622641],[-4.528301886792406,5.283018867924511],[-5.283018867924511,6.792452830188665],[-6.037735849056617,7.924528301886795],[-7.169811320754718,9.056603773584897],[-7.924528301886767,10.188679245282998],[-8.679245283018872,11.320754716981128],[-9.433962264150978,11.698113207547152],[-9.811320754716974,12.45283018867923],[-10.188679245283026,12.830188679245282],[-9.811320754716974,12.830188679245282],[-9.811320754716974,12.45283018867923],[-9.811320754716974,12.45283018867923]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":1360593262,"index":"b0o1X","isDeleted":false,"id":"fORn7KgWOxSJWtoTegqQv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":479.34797195035816,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.84905660377359,"height":0.37735849056603854,"seed":213291890,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,-0.37735849056603854],[0,0],[0.3773584905659959,0],[1.1320754716981014,0],[1.886792452830207,0],[3.0188679245282515,0],[3.773584905660357,0],[4.905660377358515,0],[6.03773584905656,0],[7.547169811320771,0],[9.056603773584868,0],[10.56603773584908,0],[11.698113207547124,0],[12.830188679245282,-0.37735849056603854],[13.207547169811335,-0.37735849056603854],[14.339622641509436,-0.37735849056603854],[14.716981132075432,-0.37735849056603854],[15.094339622641485,0],[15.471698113207538,0],[15.471698113207538,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":704943218,"index":"b0o1Z","isDeleted":false,"id":"Bx9ucsuD2FNAFxwSajH1R","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":493.3102361013016,"y":-94.93334111088711,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.6415094339622556,"height":7.169811320754732,"seed":776213678,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0,0.7547169811320771],[0.37735849056605275,1.1320754716981156],[0.37735849056605275,1.5094339622641542],[0.7547169811320487,2.2641509433962312],[1.1320754716981014,2.64150943396227],[1.1320754716981014,3.0188679245283083],[1.5094339622641542,3.396226415094347],[1.886792452830207,3.396226415094347],[1.886792452830207,3.7735849056603854],[2.2641509433962597,4.150943396226424],[2.2641509433962597,4.5283018867924625],[1.886792452830207,4.5283018867924625],[1.886792452830207,4.905660377358501],[1.5094339622641542,5.28301886792454],[0.7547169811320487,5.660377358490578],[0.37735849056605275,6.037735849056617],[0,6.415094339622655],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,7.169811320754732],[-0.3773584905659959,6.792452830188694],[-0.3773584905659959,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":414,"versionNonce":1435673518,"index":"b0o1d","isDeleted":false,"id":"10B1zWK5qyOmBgHUiOLVG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.21589647866006,"y":-71.15975620522673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.905660377358515,"height":7.547169811320771,"seed":1463244082,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0.37735849056605275],[-0.7547169811321055,1.1320754716981298],[-1.1320754716981583,1.886792452830207],[-1.1320754716981583,2.641509433962284],[-1.5094339622641542,3.7735849056603854],[-1.886792452830207,4.905660377358515],[-1.886792452830207,6.037735849056617],[-1.886792452830207,6.792452830188694],[-1.886792452830207,7.169811320754718],[-1.5094339622641542,7.547169811320771],[-0.7547169811321055,7.547169811320771],[0,7.547169811320771],[0.7547169811319918,7.169811320754718],[1.88679245283015,6.792452830188694],[2.264150943396203,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.0188679245283083,6.037735849056617],[3.0188679245283083,6.037735849056617]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":410,"versionNonce":2099066418,"index":"b0o1f","isDeleted":false,"id":"sfHc_A3F4ZeMA5cEYBHP6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":498.97061345979205,"y":-76.06541658258521,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.1320754716980446,"height":1.1320754716981014,"seed":1517899502,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[-0.37735849056593906,0.37735849056605275],[0,0.37735849056605275],[0,0],[0.37735849056616644,0],[0.7547169811321055,-0.37735849056602433],[0.7547169811321055,0],[0.37735849056616644,0.37735849056605275],[0,0.7547169811320771],[-0.37735849056593906,0.37735849056605275],[-0.37735849056593906,0],[0,0],[0.37735849056616644,0],[0.37735849056616644,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":459,"versionNonce":1461583342,"index":"b0o1h","isDeleted":false,"id":"g9RhW1XYuFhhxE3BcpAqu","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":516.706462516396,"y":-79.46164299767955,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":3.3962264150943327,"seed":532274930,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0.37735849056593906,-0.7547169811320771],[0.7547169811319918,-0.7547169811320771],[0.7547169811319918,-1.1320754716981156],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.5094339622640973,-0.37735849056605275],[1.88679245283015,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.5094339622640973,0.7547169811320771],[1.1320754716980446,1.1320754716981014],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[-0.37735849056616644,1.5094339622641542],[-0.7547169811321055,1.5094339622641542],[-1.1320754716981583,1.5094339622641542],[-1.1320754716981583,1.1320754716981014],[-1.1320754716981583,0.7547169811320771],[-1.1320754716981583,0],[-0.7547169811321055,-0.37735849056605275],[-0.37735849056616644,-0.7547169811320771],[-0.37735849056616644,-1.1320754716981156],[0,-1.5094339622641542],[0.37735849056593906,-1.5094339622641542],[0.7547169811319918,-1.5094339622641542],[1.1320754716980446,-1.5094339622641542],[1.1320754716980446,-1.1320754716981156],[1.5094339622640973,-0.7547169811320771],[1.88679245283015,-0.37735849056605275],[1.88679245283015,0],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.7547169811320771],[1.88679245283015,1.1320754716981014],[1.5094339622640973,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0,1.1320754716981014],[0,0.7547169811320771],[0,0.37735849056602433],[0,0],[0.37735849056593906,0],[0.7547169811319918,-0.37735849056605275],[1.1320754716980446,-0.37735849056605275],[1.5094339622640973,0],[1.88679245283015,0.37735849056602433],[1.88679245283015,0.7547169811320771],[1.88679245283015,1.1320754716981014],[2.264150943396203,1.1320754716981014],[1.88679245283015,1.5094339622641542],[1.88679245283015,1.8867924528301785],[1.5094339622640973,1.8867924528301785],[1.1320754716980446,1.8867924528301785],[0.7547169811319918,1.8867924528301785],[0.7547169811319918,1.5094339622641542],[0.37735849056593906,1.1320754716981014],[0.7547169811319918,0.7547169811320771],[1.1320754716980446,0.37735849056602433],[1.5094339622640973,0.37735849056602433],[1.88679245283015,0.37735849056602433],[2.264150943396203,0.37735849056602433],[2.264150943396203,0.37735849056602433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":416,"versionNonce":809213938,"index":"b0o1l","isDeleted":false,"id":"zSbj4_sAkZL2RHxM-LXfa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":529.9140096862072,"y":-91.9144731863588,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.452830188679286,"height":0.37735849056603854,"seed":948781358,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,0],[0,0],[-0.37735849056605275,0],[0,0.37735849056603854],[0,0],[0.7547169811321055,0],[1.509433962264211,0],[2.264150943396203,0],[3.396226415094361,0],[4.528301886792406,0],[5.660377358490564,0],[6.792452830188722,0],[7.924528301886767,0],[9.056603773584925,0],[10.188679245283083,0],[10.943396226415075,0],[11.320754716981128,0],[11.69811320754718,0],[12.075471698113233,0],[12.075471698113233,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":419,"versionNonce":985927726,"index":"b0o1n","isDeleted":false,"id":"MqiJm7xMX5fORNBhhHhBM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":540.8574059126223,"y":-94.55598262032107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.396226415094361,"height":6.792452830188694,"seed":1388654770,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.1320754716981156],[1.5094339622640973,1.5094339622641542],[1.8867924528302638,1.5094339622641542],[2.6415094339622556,1.8867924528301927],[3.0188679245283083,1.8867924528301927],[3.0188679245283083,2.2641509433962312],[3.396226415094361,2.2641509433962312],[3.396226415094361,2.64150943396227],[3.0188679245283083,3.0188679245283083],[3.0188679245283083,3.396226415094347],[3.0188679245283083,3.7735849056603854],[2.6415094339622556,4.150943396226424],[2.6415094339622556,4.5283018867924625],[1.8867924528302638,4.905660377358501],[1.8867924528302638,5.28301886792454],[1.1320754716981583,5.660377358490578],[0.7547169811321055,6.037735849056617],[0.37735849056605275,6.415094339622655],[0,6.415094339622655],[0,6.792452830188694],[0,6.792452830188694]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1332138418,"index":"b0o1p","isDeleted":false,"id":"gTF6JI87CTGAW9RwhI8tS","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":586.8951417616789,"y":-91.53711469579277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.98113207547169,"height":0.7547169811320771,"seed":199813998,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056603854],[0.37735849056605275,-0.37735849056603854],[0.7547169811321055,-0.37735849056603854],[1.1320754716981583,-0.37735849056603854],[1.8867924528302638,-0.37735849056603854],[2.6415094339623693,-0.37735849056603854],[4.150943396226467,-0.7547169811320771],[5.283018867924625,-0.7547169811320771],[6.792452830188722,-0.7547169811320771],[8.30188679245282,-0.7547169811320771],[9.433962264150978,-0.7547169811320771],[10.566037735849136,-0.7547169811320771],[12.075471698113233,-0.7547169811320771],[13.207547169811392,-0.7547169811320771],[14.716981132075489,-0.7547169811320771],[15.849056603773647,-0.37735849056603854],[16.603773584905753,-0.37735849056603854],[16.98113207547169,-0.37735849056603854],[16.98113207547169,-0.37735849056603854]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":1550703214,"index":"b0o1t","isDeleted":false,"id":"puczmPharSpTkamSMFKsR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":601.9894813843205,"y":-95.68805809201919,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.528301886792406,"height":6.415094339622655,"seed":872434290,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056603854],[0.37735849056605275,0.7547169811320771],[0.7547169811321055,1.5094339622641542],[1.1320754716980446,1.5094339622641542],[2.264150943396203,1.8867924528301927],[2.264150943396203,2.2641509433962312],[3.0188679245283083,2.64150943396227],[3.7735849056603,3.0188679245283083],[4.150943396226467,3.396226415094347],[4.528301886792406,3.396226415094347],[4.528301886792406,3.7735849056603854],[4.150943396226467,3.7735849056603854],[3.7735849056603,4.150943396226424],[3.396226415094361,4.5283018867924625],[2.6415094339622556,4.905660377358501],[2.264150943396203,5.28301886792454],[1.509433962264211,5.660377358490578],[1.509433962264211,6.037735849056617],[1.1320754716980446,6.415094339622655],[1.1320754716980446,6.415094339622655]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":418,"versionNonce":1304808306,"index":"b0o1v","isDeleted":false,"id":"wPUt6Zx-cZcKHJ0_iqhB8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-73.0465486580569,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.660377358490564,"height":6.792452830188694,"seed":1121275310,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0.7547169811320771],[-0.7547169811321055,1.1320754716981014],[-0.7547169811321055,1.8867924528301785],[-1.1320754716981583,2.2641509433962312],[-1.1320754716981583,3.0188679245283083],[-1.509433962264211,3.7735849056603854],[-1.509433962264211,4.5283018867924625],[-1.509433962264211,5.660377358490564],[-1.509433962264211,6.037735849056617],[-1.1320754716981583,6.415094339622641],[-0.7547169811321055,6.792452830188694],[0,6.792452830188694],[0.7547169811321055,6.792452830188694],[1.88679245283015,6.415094339622641],[2.6415094339622556,6.037735849056617],[3.396226415094361,5.660377358490564],[3.7735849056603,5.660377358490564],[3.7735849056603,5.28301886792454],[4.150943396226353,5.28301886792454],[4.150943396226353,4.905660377358487],[4.150943396226353,4.5283018867924625],[4.150943396226353,4.5283018867924625]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":415,"versionNonce":853826734,"index":"b0o1x","isDeleted":false,"id":"9bvEoPsTJ4a0Faca2OTB7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":606.1404247805469,"y":-78.70692601654747,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.264150943396203,"height":1.5094339622641542,"seed":2050108466,"groupIds":["d0VJ9sAsfOlT6uJMlJ04h","-5ZaD8BuXnHFLOImzsCEM"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464176318,"link":null,"locked":false,"points":[[0,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.7547169811321055,0],[-0.37735849056616644,0],[-0.37735849056616644,0.37735849056602433],[0,0.7547169811320771],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,1.5094339622641542],[-0.37735849056616644,1.1320754716981014],[-0.37735849056616644,0.7547169811320771],[0,0.7547169811320771],[0.37735849056593906,0.7547169811320771],[1.1320754716980446,0.7547169811320771],[1.5094339622640973,1.1320754716981014],[1.1320754716980446,1.5094339622641542],[0.7547169811321055,1.5094339622641542],[0.37735849056593906,1.5094339622641542],[0.37735849056593906,1.5094339622641542]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":234453806,"index":"b0p","isDeleted":false,"id":"Jy8x2UFK76K-kkV-bWMGt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":-292.2348805493751,"y":299.7261695097637,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.971645915917343,"height":26.81767953823439,"seed":1885966578,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"points":[[-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474\|-0.5607301452503765,-0.7643791809830186],[0.30499138528018005,-0.7643791809830186],[-0.5607301452503765,-0.09393719252717614],[0.30499138528018005,1.2469467843845452],[-0.5607301452503765,1.9173887728404237],[-0.5607301452503765,3.9287147382079874],[-0.5607301452503765,5.2695987151197095],[-1.4264516757809795,6.61048269203143],[-1.4264516757809795,8.621808657398994],[-2.292173206311536,9.962692634310715],[-2.292173206311536,11.303576611222436],[-2.292173206311536,13.314902576590036],[-2.292173206311536,14.655786553501756],[-2.292173206311536,15.996670530413475],[-2.292173206311536,17.337554507325162],[-2.292173206311536,18.678438484236885],[-2.292173206311536,20.019322461148604],[-2.292173206311536,20.68976444960449],[-2.292173206311536,21.36020643806033],[-2.292173206311536,22.03064842651621],[-2.292173206311536,23.371532403427928],[-3.157894736842139,23.371532403427928],[-2.292173206311536,24.041974391883773],[-2.292173206311536,24.71241638033965],[-3.157894736842139,24.71241638033965],[-2.292173206311536,24.71241638033965],[-1.4264516757809795,24.041974391883773],[-0.5607301452503765,24.041974391883773],[0.30499138528018005,23.371532403427928],[1.1707129158107363,22.701090414972047],[2.9021559768718963,22.03064842651621],[4.633599037933055,20.68976444960449],[6.365042098994216,20.019322461148604],[8.096485160055373,19.348880472692763],[9.827928221116533,18.00799649578104],[10.693649751647136,17.337554507325162],[12.425092812708296,15.996670530413475],[14.156535873769455,15.3262285419576],[15.887978934830567,14.655786553501756],[17.61942199589177,13.98534456504588],[18.485143526422284,13.314902576590036],[19.350865056952884,12.644460588134153],[20.216586587483487,11.974018599678313],[21.082308118014094,11.303576611222436],[21.9480296485446,11.303576611222436],[21.9480296485446,10.633134622766592],[22.813751179075204,10.633134622766592],[21.9480296485446,10.633134622766592],[21.9480296485446,9.962692634310715],[21.082308118014094,9.962692634310715],[20.216586587483487,9.962692634310715],[19.350865056952884,9.292250645854871],[18.485143526422284,8.621808657398994],[17.61942199589177,8.621808657398994],[16.75370046536117,7.95136666894315],[15.887978934830567,7.280924680487273],[14.156535873769455,6.61048269203143],[12.425092812708296,6.61048269203143],[10.693649751647136,5.2695987151197095],[9.827928221116533,5.2695987151197095],[8.962206690585978,4.599156726663829],[8.096485160055373,3.9287147382079874],[7.230763629524818,3.2582727497521446],[6.365042098994216,2.5878307612962663],[6.365042098994216,1.9173887728404237],[5.499320568463657,1.2469467843845452],[4.633599037933055,0.5765047959287024],[3.7678775074024986,-0.09393719252717614],[2.9021559768718963,-0.7643791809830186],[2.0364344463413393,-0.7643791809830186],[2.0364344463413393,-1.4348211694388973],[1.1707129158107363,-1.4348211694388973],[1.1707129158107363,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[-0.5607301452503765,-2.10526315789474],[0.30499138528018005,-2.10526315789474],[0.30499138528018005,-2.10526315789474]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":646,"versionNonce":80844466,"index":"b0q","isDeleted":false,"id":"IAF3vRxO_vO6v_aiGqsmK","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-592.7643020535596,"y":451.31498972322345,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":384645358,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721464333979,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":471,"versionNonce":333326642,"index":"b0r","isDeleted":false,"id":"z70ehsec","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-488.9861834564206,"y":479.45856557854944,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1626213678,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":279,"versionNonce":511343342,"index":"b13","isDeleted":false,"id":"ASSY5dBozYzu6158a4juz","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-424.27915011596474,"y":441.83450306257066,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":33810926,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":377,"versionNonce":1674967470,"index":"b19","isDeleted":false,"id":"OTBc_3vHMUma-EQb8mvCi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":-287.7799988073171,"y":260.3971229153481,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.157894736842195,"height":49.47368421052636,"seed":55644270,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"rectangle","version":264,"versionNonce":1742880818,"index":"b1A","isDeleted":false,"id":"gdTRfpsl8PdagmKuGYDl0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-653.9263577417972,"y":131.5642496176497,"strokeColor":"transparent","backgroundColor":"transparent","width":504.2105263157895,"height":433.68421052631584,"seed":1033806830,"groupIds":["IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721464333979,"link":null,"locked":false},{"type":"ellipse","version":1016,"versionNonce":1215267954,"index":"b1B","isDeleted":false,"id":"I-RyE1xdhWtNfIPTxj4LO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-603.3095708522485,"y":208.15587535864273,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":29775602,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721465190719,"link":null,"locked":false},{"type":"freedraw","version":808,"versionNonce":1536078766,"index":"b1C","isDeleted":false,"id":"cNoNUlyTQuT6tLjU2g4AU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-583.3011743699665,"y":188.7929110209504,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":762058226,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":808,"versionNonce":1890199090,"index":"b1D","isDeleted":false,"id":"Tf8UY4CvVQ8TBwYwf5Cpd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-584.592038659146,"y":253.98155762451432,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":587762670,"groupIds":["PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1311,"versionNonce":1662520814,"index":"b1E","isDeleted":false,"id":"b0VP6VCTbD04zdzKE0BWG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-560.6432306859037,"y":246.76939512231178,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1095343538,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1309,"versionNonce":78286834,"index":"b1F","isDeleted":false,"id":"F55ZfqGFMwnXXgZKUcN6N","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-603.3216422496513,"y":196.93762945214618,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":133025390,"groupIds":["uoDVfh7B3b0JQycUWfa4Y","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1552,"versionNonce":1560027182,"index":"b1G","isDeleted":false,"id":"BfAsCpbamWZOgD_a9cVfd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-552.4016078746516,"y":229.78551754298056,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2033599790,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1551,"versionNonce":410501554,"index":"b1H","isDeleted":false,"id":"AAREiMOXsGf6DtvT7utku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-615.5049248285704,"y":211.10427417423693,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":270429362,"groupIds":["iiipYrnx5G8ZDb0Lc4e_s","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1630,"versionNonce":488893038,"index":"b1I","isDeleted":false,"id":"Dr8dBZ_CiKbSAOEpDmOuf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-552.4480103670761,"y":212.24094263515696,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1304489202,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1629,"versionNonce":658029426,"index":"b1J","isDeleted":false,"id":"FCrT9Q7LJyurk6QGCT8yN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-615.488221212205,"y":231.13188807386786,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":482743086,"groupIds":["LmQJdBqh3YwZbItE3KmNV","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1599,"versionNonce":307784878,"index":"b1K","isDeleted":false,"id":"zvO6hiUdgeqF2xD0qpIKt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-562.8587082133972,"y":197.28684152370107,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":33904494,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1596,"versionNonce":791969074,"index":"b1L","isDeleted":false,"id":"vSLLJLP6B4htjWk18-VZU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-605.2025223415674,"y":247.398927576958,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":221290098,"groupIds":["Gf6sPOqUUEjvOkFMwug8J","PJAjJ2hNPuNVqCgxH4528","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":1782753006,"index":"b1M","isDeleted":false,"id":"ELVKUMJYYdOrxou04Ykue","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-396.0537329118846,"y":438.5547254845558,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1036594802,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":289,"versionNonce":1305609970,"index":"b1N","isDeleted":false,"id":"mqpRrbzwlZKkXWVo6hkwr","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-385.51896145245735,"y":429.1131343139976,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":760083246,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":264,"versionNonce":896244014,"index":"b1O","isDeleted":false,"id":"cV5zu1ucEJxcg-SI1AzX3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-363.441640244355,"y":420.70750542710744,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":859106034,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":259,"versionNonce":1536710834,"index":"b1P","isDeleted":false,"id":"Pq1dZ6xrPAE2d7SZuuJ_s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-352.66610016073736,"y":408.12989953830794,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":832205998,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":271,"versionNonce":188498798,"index":"b1Q","isDeleted":false,"id":"Xzda0cE4Yn7t-mTSUXqZp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":-362.3019276570138,"y":383.09213272635685,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1737480754,"groupIds":["Vi7Dwx7dZ-xOjFTSn58HO","IbcJinqnhxTFMfSRR5JCK"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721465190719,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":970,"versionNonce":548642102,"index":"b1Rm","isDeleted":false,"id":"VAlqn-STl4Ggk9jgYF1M2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":940.4856979464402,"y":998.8149897232233,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":688957802,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":603,"versionNonce":734558506,"index":"b1Rn","isDeleted":false,"id":"zrrJZ_lLL7hAU8Np1ZkfD","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1108.970849884035,"y":989.3345030625705,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1959521322,"groupIds":["OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false},{"type":"freedraw","version":748,"versionNonce":281602230,"index":"b1Rp","isDeleted":false,"id":"xuljAcrJg8qx5MzLgd7jd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1223.4764744114775,"y":951.6896842951832,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":35725162,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463312,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":813,"versionNonce":771130998,"index":"b1Rq","isDeleted":false,"id":"hKGFAjnjL-N95mgyr0lTt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1235.7072267239869,"y":945.1897891243627,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":59925558,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":773,"versionNonce":930333674,"index":"b1Rr","isDeleted":false,"id":"qUvdE0pr-oI8sJukvLpr3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1259.508823778541,"y":938.7711730219063,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":6136362,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":768,"versionNonce":2106214326,"index":"b1Rt","isDeleted":false,"id":"3vlvSZvLWZFh-NnoO73Zb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1272.6003344169928,"y":928.6510126547932,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2003070326,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":780,"versionNonce":753383082,"index":"b1Ru","isDeleted":false,"id":"5K3SacQQ5CAbz7boI8Lsh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.2447714065328066,"x":1264.0898034676047,"y":903.8774856639571,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1903938794,"groupIds":["4o9XJ0Bcl22RMr0pce9_U","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":916,"versionNonce":1066655990,"index":"b1Rv","isDeleted":false,"id":"ssUmY0zrZSBZYtEFN4-yQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":1014.242449522392,"y":951.1804344825741,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1915816618,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":980,"versionNonce":483348842,"index":"b1Rx","isDeleted":false,"id":"MrnNeMXwONcK1IzuELQeS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.8731725860576,"y":937.6962771548169,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1295633654,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":940,"versionNonce":1469600310,"index":"b1Ry","isDeleted":false,"id":"6WOEhqnrNz76fU6GfxhRG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":995.3695416287627,"y":930.4835177420906,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":365831530,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":935,"versionNonce":1249219626,"index":"b1Rz","isDeleted":false,"id":"yV3NqJzkbnfDQXpzOFa-s","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":977.2487520580644,"y":920.6250633507933,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":295747126,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":947,"versionNonce":1887214454,"index":"b1S","isDeleted":false,"id":"io18hQCyEv2F1o2I_kTe0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":4.710253628169079,"x":959.8764739246939,"y":901.8206213769367,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1685710890,"groupIds":["BlAAFrMzyTcRDbe5fcrC_","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1050,"versionNonce":1472560874,"index":"b1S8","isDeleted":false,"id":"ABI2HdO5b-OO4rDq6PyIf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1082.4088304882482,"y":899.2330008475276,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":87295658,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1114,"versionNonce":277200054,"index":"b1SG","isDeleted":false,"id":"vsWTxnW_2wanhSXX-bdwh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1073.7135239157624,"y":881.4809200732773,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":485789942,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1074,"versionNonce":1900679594,"index":"b1SV","isDeleted":false,"id":"_1qfVHWMLYUw-_hmmwyI9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1079.937654661635,"y":869.5936950266438,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":1192337770,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1069,"versionNonce":760788470,"index":"b1Sd","isDeleted":false,"id":"lZgdfs9tp24_nl9dQcJQc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1070.1987422111706,"y":853.3860744521805,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":627245622,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1081,"versionNonce":2049854570,"index":"b1Sl","isDeleted":false,"id":"67sGdXstm9naDzu146ypn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.248174056084345,"x":1054.0204808834828,"y":831.1860364910563,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":401466410,"groupIds":["PEuvc9ZDB-__Im8-brtyA","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1207,"versionNonce":1073383222,"index":"b1T","isDeleted":false,"id":"l2EjvBXIGyvx2dBHZAddq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1157.5631365817712,"y":902.6965375896332,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1528586410,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1271,"versionNonce":943533866,"index":"b1TG","isDeleted":false,"id":"AFYxSdYaan11S91g1rjC4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1163.6964492270329,"y":888.7001980078807,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":1003935478,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1231,"versionNonce":1490038902,"index":"b1TV","isDeleted":false,"id":"PGtOCESt0aio9n-54zUvG","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1181.7535774363544,"y":877.4801435131569,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":853457770,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1226,"versionNonce":2145499626,"index":"b1U","isDeleted":false,"id":"TCqTaRSuNavzDwR-976ks","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1187.2251459731071,"y":861.5048951544204,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":2081196086,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1238,"versionNonce":866038198,"index":"b1V","isDeleted":false,"id":"KWujj38x6yjWA-kyZj9Bz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":6.037357152332394,"x":1175.4333881709867,"y":836.4987373123188,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":2131213866,"groupIds":["CdOBgHGjOWmEV626idHzf","OC-nOq492VIZY9wnFPl-0"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487463314,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":441,"versionNonce":1122656814,"index":"b20J","isDeleted":false,"id":"NN9dSJk14ATTMpH7HB_Qp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-608.2970077208595,"y":1243.1641786898224,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1308561326,"groupIds":[],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748396,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":498,"versionNonce":232849483,"index":"b21","isDeleted":false,"id":"O-2X4bw-k-ugrG-AY76cg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":337.76261287534703,"y":374.31000446169617,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":75.83333333333337,"height":75.83333333333337,"seed":1956051374,"groupIds":[],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721588418333,"link":null,"locked":false},{"type":"line","version":1189,"versionNonce":1440552426,"index":"b28tV","isDeleted":false,"id":"i2Kb1dURvpr23bc6Xwr47","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-635.7087464980038,"y":1019.6483230565557,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1809278766,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1014,"versionNonce":1062845166,"index":"b28u","isDeleted":false,"id":"U2hlG8bu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-531.9306279008648,"y":1047.7918989118818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1830316722,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":822,"versionNonce":374786218,"index":"b28v","isDeleted":false,"id":"sxmBX0tav8jBe5pZrGgax","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-467.22359456040897,"y":1010.1678363959029,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1593725294,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":1214657266,"index":"b28w","isDeleted":false,"id":"QtagJTmu","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-466.2410403373449,"y":996.1651768405252,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1406944370,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[{"id":"HqD1aCe6bj-AshUwYy1SE","type":"arrow"},{"id":"HugtKD23M0bSEZDPcXzMS","type":"arrow"},{"id":"YcOPR7Ofw5icUb-jmzzwi","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":825,"versionNonce":1787569002,"index":"b28x","isDeleted":false,"id":"HqD1aCe6bj-AshUwYy1SE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-453.13867533806814,"y":999.2670286923769,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":441316270,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.24765590483091568,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":783,"versionNonce":1850318902,"index":"b28xV","isDeleted":false,"id":"YcOPR7Ofw5icUb-jmzzwi","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-440.3053420047349,"y":1008.6836953590434,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":1072250158,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":{"elementId":"QtagJTmu","focus":0.1490836653267105,"gap":5.703703703703752},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":968,"versionNonce":751314474,"index":"b28y","isDeleted":false,"id":"HugtKD23M0bSEZDPcXzMS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-534.5275642269571,"y":936.5355472108956,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":1887364658,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"QtagJTmu","focus":0.006150457106159925,"gap":2.3605979636863026},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":173,"versionNonce":2144610678,"index":"b28z","isDeleted":false,"id":"l0wp3hjYjjWn0B9VOVkpo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-455.4040537913203,"y":867.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":190010354,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":123,"versionNonce":905302250,"index":"b28zV","isDeleted":false,"id":"O9mmVIszbvf2-PPdYlnPa","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.4040537913203,"y":857.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1710181358,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":700156598,"index":"b29","isDeleted":false,"id":"4drbfhukgKocR3JZHIrFo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-443.4040537913203,"y":855.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1504843442,"groupIds":["tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":383,"versionNonce":161489834,"index":"b290G","isDeleted":false,"id":"weGzPePrnr0hR6jUXLjzt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-555.2720678016495,"y":914.5493924240343,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1232922030,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":340,"versionNonce":2057618422,"index":"b290V","isDeleted":false,"id":"m7g5DSdurLxZbLlsi1CM9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-536.7815017639136,"y":919.4550528013926,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1164973106,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":324,"versionNonce":32644714,"index":"b291","isDeleted":false,"id":"QG_Fiupbdzv_UR_JlesdG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-537.9135772356118,"y":915.3041094051662,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":409993198,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":1687475510,"index":"b291V","isDeleted":false,"id":"xO1bsnW6hqmsSOQADmQNT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-557.1588602544798,"y":904.3607131787512,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1719844338,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":350,"versionNonce":2075574570,"index":"b292","isDeleted":false,"id":"1fXYtwe0-5Li3wS2x5ViJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-545.8381055374987,"y":900.9644867636569,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1183175214,"groupIds":["kZT7Oo9dADd8zmJQqQNnV","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":382,"versionNonce":1357954678,"index":"b292G","isDeleted":false,"id":"FUElWdyYYgJ2FQ78f5-1u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-362.06452063183787,"y":918.7003358202612,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":723136434,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":364,"versionNonce":39390186,"index":"b292V","isDeleted":false,"id":"vL2TLR6RRFzFV6pbdQpzG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-339.8003696884416,"y":926.2475056315818,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1319591022,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":341,"versionNonce":880639926,"index":"b293","isDeleted":false,"id":"HL98fvJVu0-mJfJEVM9gO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-360.93244516013976,"y":908.5116565749779,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1465739634,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":344,"versionNonce":2078539434,"index":"b293V","isDeleted":false,"id":"-02ia73WbfeqaIpHTY3se","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-347.72489799032843,"y":905.4927886504497,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1721605806,"groupIds":["5RuAaQmry-jA8eW58vQt4","tlLMboyRGvDEY0nirVpy-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721482393624,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1039,"versionNonce":597654958,"index":"b2A","isDeleted":false,"id":"8nU2pO3Mq9ERV2aM6bI6b","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-82.54207983133665,"y":450.4816563898894,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":261964526,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":864,"versionNonce":2122329390,"index":"b2B","isDeleted":false,"id":"fCDscUNU","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":21.23603876580239,"y":478.62523224521533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":905915122,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":672,"versionNonce":987916846,"index":"b2C","isDeleted":false,"id":"aR0bGzS1eWDCdT6lNJktV","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":85.94307210625823,"y":441.0011697292366,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":219329838,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false},{"type":"text","version":249,"versionNonce":1254556850,"index":"b2D","isDeleted":false,"id":"0YfyD1W9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":86.92562632932231,"y":426.9985101738587,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":637266862,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[{"id":"zWqwU31MrahaUcbp-KhDD","type":"arrow"},{"id":"blilDiBmRxR9QEOvXyeX4","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":492,"versionNonce":1908919282,"index":"b2E","isDeleted":false,"id":"zWqwU31MrahaUcbp-KhDD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":110.86132466193226,"y":438.85036202571075,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":71.11111111111114,"height":72.59259259259272,"seed":1426525234,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":{"elementId":"0YfyD1W9","focus":0.10538550410263257,"gap":3.7037037037036953},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[71.11111111111114,-72.59259259259272]]},{"type":"arrow","version":726,"versionNonce":1720548786,"index":"b2F","isDeleted":false,"id":"blilDiBmRxR9QEOvXyeX4","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":18.639102439710086,"y":367.3688805442292,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888903,"seed":1698125554,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742237,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0YfyD1W9","focus":0.006150457106146155,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888903]]},{"type":"freedraw","version":206,"versionNonce":556036014,"index":"b2G","isDeleted":false,"id":"jg4GD9RAuB1ppF0Ire9o1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-80.51313238210548,"y":220.6269158171939,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":6.341463414634177,"height":14.146341463414615,"seed":608263406,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.4634146341463747],[-0.4878048780487916,1.9512195121950526],[-0.4878048780487916,2.439024390243844],[-0.4878048780487916,3.4146341463414274],[-0.9756097560975832,3.902439024390219],[-0.9756097560975832,4.3902439024390105],[-0.9756097560975832,5.365853658536594],[-1.4634146341463747,5.853658536585272],[-1.4634146341463747,6.341463414634063],[-1.4634146341463747,7.317073170731646],[-1.4634146341463747,8.29268292682923],[-1.4634146341463747,8.780487804878021],[-1.9512195121951663,9.756097560975604],[-1.9512195121951663,10.243902439024396],[-1.9512195121951663,11.219512195121979],[-1.9512195121951663,11.70731707317077],[-1.9512195121951663,12.195121951219448],[-1.9512195121951663,13.170731707317032],[-1.9512195121951663,13.658536585365823],[-1.4634146341463747,14.146341463414615],[-1.4634146341463747,13.658536585365823],[-0.9756097560975832,14.146341463414615],[-0.4878048780487916,14.146341463414615],[0.4878048780487916,14.146341463414615],[0.9756097560974695,14.146341463414615],[1.463414634146261,14.146341463414615],[1.9512195121950526,14.146341463414615],[2.439024390243844,14.146341463414615],[2.926829268292636,14.146341463414615],[3.4146341463414274,14.146341463414615],[3.902439024390219,14.146341463414615],[4.3902439024390105,13.658536585365823],[4.3902439024390105,13.658536585365823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1721125358,"index":"b2H","isDeleted":false,"id":"hEIROcCQ8LcgS520pzB2o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.38034105419217,"y":230.247512023156,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":565774898,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1297275950,"index":"b2I","isDeleted":false,"id":"0vcffnvAhQAq1ElFTLcng","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.7814250650323,"y":227.45618410987674,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9756097560974695,"height":0.9756097560975832,"seed":974022062,"groupIds":["8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742218,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0],[0,0.4878048780487916],[-0.4878048780487916,0.4878048780487916],[0,0.9756097560975832],[0.4878048780486779,0.9756097560975832],[0,0.9756097560975832],[0,0.4878048780487916],[0,0.4878048780487916]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":1557,"versionNonce":1262691950,"index":"b2J","isDeleted":false,"id":"nHSl3zjlsxkfEIoXZp1GX","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-94.06295838612311,"y":208.785956659455,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":442668658,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472742219,"link":null,"locked":false},{"type":"freedraw","version":1345,"versionNonce":825239726,"index":"b2K","isDeleted":false,"id":"0F9-H4imMJm4PtrGPKHfn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-74.05456190384109,"y":189.42299232176276,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":596492718,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1345,"versionNonce":1321394926,"index":"b2L","isDeleted":false,"id":"uY_MNODocbqtxBDTYmGRN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-75.34542619302067,"y":254.6116389253266,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1986721842,"groupIds":["t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1848,"versionNonce":377771310,"index":"b2M","isDeleted":false,"id":"bBEhxIYVykQj7QPwhSlg5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-51.39661821977836,"y":247.39947642312404,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":872766446,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1846,"versionNonce":1105035118,"index":"b2N","isDeleted":false,"id":"xYn0-TxSHV2QnljG_uqIV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-94.0750297835259,"y":197.56771075295853,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2122392050,"groupIds":["e3OUKGi58S2Y3YNkmMv7P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2089,"versionNonce":1964466606,"index":"b2O","isDeleted":false,"id":"z41Vepxi8hqWQSBl2GPzz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-43.15499540852625,"y":230.41559884379285,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2131734062,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2088,"versionNonce":1666907118,"index":"b2P","isDeleted":false,"id":"CvFprothAmZR1EF7IxZdU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-106.25831236244505,"y":211.73435547504926,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2108429234,"groupIds":["6sQ3PhHDRCkZetsaIbKRO","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2167,"versionNonce":1924222510,"index":"b2Q","isDeleted":false,"id":"40FDBHZTM9DYWEBg5zoBv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-43.201397900950724,"y":212.87102393596933,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":295024750,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2166,"versionNonce":1610831982,"index":"b2R","isDeleted":false,"id":"U5Ft5o4Voikk2GqPSH_6U","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-106.24160874607958,"y":231.76196937468012,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1175637362,"groupIds":["uirz62IArBEJGxw1R_r2P","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2136,"versionNonce":1662655150,"index":"b2S","isDeleted":false,"id":"diOSZmGfzjP1WyJ7Es_HZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-53.61209574727184,"y":197.91692282451345,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1935702702,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2133,"versionNonce":1386124526,"index":"b2T","isDeleted":false,"id":"icYJan9YV9aXtRSyYafBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-95.95590987544199,"y":248.02900887777037,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1291603762,"groupIds":["sXMoI4GWbxTHSuqNQg3_T","t42gapRjjRSCKGyAL1ivW","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":233,"versionNonce":1209648942,"index":"b2U","isDeleted":false,"id":"lYvIyt26puBMmGtOIBOcP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-2.105401134982344,"y":345.3827257573678,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1391066094,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":1140109678,"index":"b2V","isDeleted":false,"id":"0btdqW_yrfvv6i1PFZiRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":16.385164902753502,"y":350.28838613472624,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":187656050,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1366840238,"index":"b2W","isDeleted":false,"id":"2m9W2QRuLnjU5t1BtORBc","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":15.2530894310554,"y":346.1374427384999,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":483081070,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":718122478,"index":"b2X","isDeleted":false,"id":"u5uujXrkVoiy-_Noc784u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-3.992193587812551,"y":335.1940465120848,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":363035762,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":1560133678,"index":"b2Y","isDeleted":false,"id":"P9YGtRs4r_rdvXKIfdjsO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":7.328561129168577,"y":331.79782009699045,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":508429614,"groupIds":["vD5bsQLTtJ_SeDynqnG40","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":1810991726,"index":"b2Z","isDeleted":false,"id":"w8EdEBD6gMBREYkC0vNmC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":191.10214603482933,"y":349.5336691535947,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":684230962,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":214,"versionNonce":1987185838,"index":"b2a","isDeleted":false,"id":"uNeHTwZJX5-voVa6s90We","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":213.3662969782256,"y":357.0808389649154,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1716368110,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":191,"versionNonce":1512589038,"index":"b2b","isDeleted":false,"id":"zxDdoSZX5lkDyq3ps_Wax","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":192.23422150652743,"y":339.3449899083116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":283340338,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":1469921582,"index":"b2c","isDeleted":false,"id":"LA3jEndnk0OaCCVewRrQT","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":205.44176867633877,"y":336.3261219837833,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2108900078,"groupIds":["Jj1prm9uxWsb_dvOccxub","8772j9B5uyyF6r8JrSBjL","uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":182,"versionNonce":909763438,"index":"b2d","isDeleted":false,"id":"dHBnid5PkES3xfqkFP3y2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":296.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.111111111111086,"height":0.8888888888889142,"seed":440924718,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[3.555555555555543,0.4444444444444571],[4.888888888888914,0.4444444444444571],[6.2222222222222285,0.4444444444444571],[7.555555555555543,0.4444444444444571],[8.444444444444457,0.4444444444444571],[9.777777777777771,0.8888888888889142],[10.222222222222229,0.8888888888889142],[10.666666666666686,0.8888888888889142],[11.111111111111086,0.8888888888889142],[11.111111111111086,0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":1749501358,"index":"b2e","isDeleted":false,"id":"uOxTmbfQsof8r7X5KGIGo","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":87.34594620868029,"y":301.5310486085217,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.444444444444457,"height":0.4444444444444571,"seed":152036274,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333144,0.4444444444444571],[2.2222222222222285,0.4444444444444571],[2.6666666666666856,0.4444444444444571],[4,0.4444444444444571],[4.888888888888914,0.4444444444444571],[5.7777777777777715,0.4444444444444571],[7.111111111111086,0.4444444444444571],[8,0.4444444444444571],[9.333333333333314,0.4444444444444571],[10.666666666666686,0.4444444444444571],[11.555555555555543,0.4444444444444571],[12,0.4444444444444571],[12.444444444444457,0.4444444444444571],[12.444444444444457,0],[12.444444444444457,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":200,"versionNonce":787374062,"index":"b2f","isDeleted":false,"id":"V9HHukzX54D-OEduSEWkD","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":111.79039065312475,"y":292.6421597196328,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.666666666666686,"height":15.1111111111112,"seed":1405395438,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.6666666666667425],[0,3.5555555555556566],[0,4.888888888888914],[0,5.777777777777828],[0,7.1111111111111995],[-0.4444444444444571,8.444444444444457],[-0.4444444444444571,9.777777777777828],[-0.8888888888889142,10.666666666666742],[-0.8888888888889142,12],[-0.8888888888889142,12.888888888888914],[-0.8888888888889142,13.777777777777828],[-0.4444444444444571,14.222222222222285],[-0.4444444444444571,14.666666666666742],[0,14.666666666666742],[-0.4444444444444571,14.666666666666742],[0,15.1111111111112],[0.4444444444444571,15.1111111111112],[0.8888888888888573,15.1111111111112],[1.3333333333333144,15.1111111111112],[2.2222222222222285,14.666666666666742],[3.111111111111086,14.666666666666742],[3.555555555555543,14.666666666666742],[4.444444444444457,14.666666666666742],[4.888888888888857,14.666666666666742],[5.333333333333314,14.666666666666742],[5.7777777777777715,14.666666666666742],[5.7777777777777715,14.222222222222285],[5.7777777777777715,14.222222222222285]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":1043870254,"index":"b2g","isDeleted":false,"id":"0h7fwHyK3HdnIF0JF7Vg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":303.30882638629953,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.8888888888888573,"height":5.3333333333332575,"seed":2037391218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[-0.44444444444440023,0.4444444444444571],[-0.44444444444440023,0.8888888888889142],[-0.44444444444440023,1.3333333333332575],[-0.44444444444440023,2.2222222222221717],[-0.44444444444440023,2.6666666666666288],[0,3.555555555555543],[0,4],[0.4444444444444571,4.888888888888914],[0.4444444444444571,5.3333333333332575],[0.4444444444444571,5.3333333333332575]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":1628290158,"index":"b2h","isDeleted":false,"id":"BeIFcQIMie1pXaKs75iTp","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":124.6792795420136,"y":299.753270830744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.3333333333333712,"height":0.4444444444444571,"seed":763547118,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[1.3333333333333712,0.4444444444444571],[0.8888888888889142,0.4444444444444571],[0.4444444444444571,0.4444444444444571],[0,0.4444444444444571],[0,0],[0.4444444444444571,0],[0.4444444444444571,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":490208942,"index":"b2i","isDeleted":false,"id":"TaUkazOwSH4kP3XG5_fSY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":65.12372398645806,"y":289.97549305296616,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8,"height":18.66666666666663,"seed":1181951218,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,1.3333333333333712],[0,1.7777777777778283],[0,2.2222222222222854],[0,3.111111111111086],[0,4.444444444444457],[-0.4444444444444571,5.777777777777828],[-0.4444444444444571,7.555555555555543],[-0.4444444444444571,8.888888888888914],[-0.8888888888888573,10.666666666666629],[-0.8888888888888573,11.555555555555543],[-1.3333333333333144,12.888888888888914],[-1.3333333333333144,14.222222222222285],[-1.3333333333333144,15.555555555555543],[-1.3333333333333144,16.444444444444457],[-1.3333333333333144,16.888888888888914],[-1.3333333333333144,17.77777777777783],[-1.3333333333333144,18.222222222222285],[-0.8888888888888573,18.222222222222285],[-0.8888888888888573,18.66666666666663],[-0.4444444444444571,18.66666666666663],[0,18.66666666666663],[0.4444444444444571,18.66666666666663],[0.8888888888889142,18.66666666666663],[1.3333333333333144,18.66666666666663],[1.7777777777777715,18.66666666666663],[2.2222222222222285,18.66666666666663],[3.1111111111111427,18.66666666666663],[4,18.66666666666663],[4.444444444444457,18.66666666666663],[5.333333333333314,18.66666666666663],[6.2222222222222285,18.66666666666663],[6.666666666666686,18.66666666666663],[6.666666666666686,18.66666666666663]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":195,"versionNonce":1465907438,"index":"b2j","isDeleted":false,"id":"Q0cNm7lxTdr-x7Ki3enDy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":78.01261287534697,"y":306.8643819418551,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.2222222222222285,"height":5.777777777777828,"seed":1130793454,"groupIds":["uwHxgdZGIrVXfGlBQ_OMR","X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[-0.8888888888889142,0.4444444444444571],[-1.3333333333333712,1.3333333333333712],[-1.3333333333333712,2.2222222222221717],[-0.8888888888889142,2.6666666666666288],[-0.8888888888889142,3.111111111111086],[-0.4444444444444571,3.555555555555543],[0,4],[0.8888888888888573,4.444444444444457],[1.7777777777777715,4.888888888888914],[2.6666666666666288,4.888888888888914],[3.555555555555543,4.444444444444457],[4,4.444444444444457],[4.4444444444444,4],[4.888888888888857,3.555555555555543],[4.888888888888857,2.6666666666666288],[4.888888888888857,2.2222222222221717],[4.4444444444444,1.3333333333333712],[4,0.8888888888889142],[3.555555555555543,0],[3.111111111111086,0],[2.6666666666666288,-0.4444444444444571],[2.2222222222222285,-0.8888888888889142],[1.7777777777777715,-0.8888888888889142],[0.8888888888888573,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142],[0.44444444444440023,-0.8888888888889142]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1997450030,"index":"b2k","isDeleted":false,"id":"tMLPU4CaovLzkuVVHvXiY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-81.43666248697127,"y":220.7097925698746,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":1936520750,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":127,"versionNonce":179115374,"index":"b2l","isDeleted":false,"id":"yDHvUYrcYxs0G88VPrKjl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.2144402647491,"y":230.48757034765242,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.4444444444443434,"height":6.666666666666629,"seed":2023908594,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,0.4444444444444571],[0,0.8888888888888005],[0,1.7777777777777146],[0,2.2222222222221717],[0,3.111111111111086],[0,3.555555555555543],[0,4.444444444444457],[0,5.3333333333332575],[0,5.777777777777715],[-0.4444444444443434,6.222222222222172],[-0.4444444444443434,6.666666666666629],[0,6.222222222222172],[0,6.222222222222172]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":131,"versionNonce":1803827118,"index":"b2m","isDeleted":false,"id":"PsLM4yGzIUE_2zzPQy6Uy","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-67.65888470919344,"y":225.15423701431905,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":2.2222222222221717,"height":0.4444444444444571,"seed":1815137518,"groupIds":["X5aUlPy_ODl-5KtR2upYP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472742219,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[1.3333333333332575,-0.4444444444444571],[1.7777777777777146,-0.4444444444444571],[1.7777777777777146,0],[1.3333333333332575,0],[0.8888888888888005,0],[0.4444444444443434,0],[0,0],[-0.4444444444444571,0],[0,0],[0,-0.4444444444444571],[0.4444444444443434,-0.4444444444444571],[0.8888888888888005,-0.4444444444444571],[0.8888888888888005,0],[0.8888888888888005,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1235,"versionNonce":596676786,"index":"b3P4","isDeleted":false,"id":"axy3s3w2ZxvD2KTfHZ7-m","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.19423089362357,"y":990.6588130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1105885042,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"71aULUfg","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":456,"versionNonce":74712238,"index":"b3P8","isDeleted":false,"id":"DlGYXydQRyhqY6XXNfHar","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-54.154053791320166,"y":858.8379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":28340398,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":406,"versionNonce":1160462062,"index":"b3PC","isDeleted":false,"id":"etPFgnBJ3PaRKdGMnN3zM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-58.154053791320166,"y":848.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":72268082,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":411,"versionNonce":1468084526,"index":"b3PG","isDeleted":false,"id":"4rODr1KBMB7gyaCGPl9lO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-42.154053791320166,"y":846.3379062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":939141870,"groupIds":["pAH_kGNl4vnrHvpZRhw_S","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1320,"versionNonce":115268462,"index":"b3PK","isDeleted":false,"id":"6up5IgHffKKKzd1YXs-OM","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-231.36350840276594,"y":1018.1007040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1632067054,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1145,"versionNonce":1822316398,"index":"b3PO","isDeleted":false,"id":"mhy7fom2","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-127.5853898056269,"y":1046.244279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1071136754,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":953,"versionNonce":1689606126,"index":"b3PV","isDeleted":false,"id":"yK4bF3-rE-awrABSEoLxq","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-62.878356465171066,"y":1008.6202173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":2025943086,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":535,"versionNonce":1957142130,"index":"b3PZ","isDeleted":false,"id":"71aULUfg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-61.89580224210698,"y":994.6175577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":40858034,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[{"id":"axy3s3w2ZxvD2KTfHZ7-m","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1167,"versionNonce":264369838,"index":"b3Pd","isDeleted":false,"id":"SLsdmbSAY0m1CTnuHEs1N","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-51.756400205793334,"y":721.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":6.439293542825908e-15,"height":105.71800400079474,"seed":1455057778,"groupIds":["6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-6.439293542825908e-15,105.71800400079474]]},{"type":"freedraw","version":716,"versionNonce":1441460462,"index":"b3Pl","isDeleted":false,"id":"JiN2gdBoNh1rkL6QwKINM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-88.42682970641164,"y":730.5017733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1009478766,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":673,"versionNonce":1501209390,"index":"b3Pp","isDeleted":false,"id":"Hyw7B0FfgjXuCGAVeuJQh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-69.93626366867579,"y":735.4074337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":2145540466,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":657,"versionNonce":752487790,"index":"b3Pt","isDeleted":false,"id":"P7ufhQRMKz25fEFejUA5V","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-71.0683391403739,"y":731.2564903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":689942190,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":676,"versionNonce":760360878,"index":"b3Q","isDeleted":false,"id":"dNCNMUmdiXZ0h1TKIT_2u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-90.31362215924185,"y":720.3130941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1023040306,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":683,"versionNonce":655100398,"index":"b3Q8","isDeleted":false,"id":"shPLNjqKJ9wJWQrz4gpqd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-78.99286744226072,"y":716.916867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1792125166,"groupIds":["d1CxCTnGu7HSU-TaxP-aN","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2252,"versionNonce":2031131694,"index":"b3QG","isDeleted":false,"id":"HmgGZvqYMaCNRiNxId7Al","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-72.45664609376485,"y":647.9789245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":1822930674,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2040,"versionNonce":961078894,"index":"b3QO","isDeleted":false,"id":"pn7ezMl0jDHZXK5mfPueN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-52.44824961148282,"y":628.6159602065909,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1544087854,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2040,"versionNonce":1484646574,"index":"b3QV","isDeleted":false,"id":"3v1wd8hV3FBQscj421HMR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-53.7391139006624,"y":693.8046068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1949829298,"groupIds":["zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2543,"versionNonce":1180213998,"index":"b3Qd","isDeleted":false,"id":"yJ9i-uFh1IyCbaxCadsw1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-29.790305927420093,"y":686.5924443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":296719214,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2541,"versionNonce":358749486,"index":"b3Ql","isDeleted":false,"id":"uhs3l-wtZizwAca0RqVUC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":-72.46871749116764,"y":636.7606786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1364730482,"groupIds":["5AtxZOgNlkpFU9C3QuekC","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2784,"versionNonce":520306542,"index":"b3R","isDeleted":false,"id":"zMxgG1QgwBs2gl7KBokoq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-21.54868311616798,"y":669.6085667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":696710574,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2783,"versionNonce":663036334,"index":"b3RG","isDeleted":false,"id":"u42_xIFCvjXwgYH2XQ2dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":-84.65200007008679,"y":650.9273233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1322189874,"groupIds":["KIeK1KnIoyNJ7RTWpavfA","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2862,"versionNonce":34651118,"index":"b3RV","isDeleted":false,"id":"Eb5iiMwMAaBBq205aJMmc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-21.595085608592456,"y":652.0639918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":213389294,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2861,"versionNonce":883887662,"index":"b3S","isDeleted":false,"id":"h8dxQeD6vBFEjhnA2RTkc","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":-84.63529645372131,"y":670.9549372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1183034866,"groupIds":["MAGMaMjxPUzoLHC9C6bf1","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2831,"versionNonce":474552430,"index":"b3S2","isDeleted":false,"id":"WNnt0AoZofDHDyVhYW5Q4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-32.00578345491357,"y":637.1098907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":390849070,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2828,"versionNonce":279435950,"index":"b3S4","isDeleted":false,"id":"luA3I88Kp0yNsF2PgD0Zm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":-74.34959758308372,"y":687.2219767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1031610290,"groupIds":["FfL9iwSpasoJbC0oAh5J4","zBm_qECz2xZmL1KBt-cNB","6wvCg1MewkHB2iOf3ztAs"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"arrow","version":1573,"versionNonce":341813874,"index":"b3S48","isDeleted":false,"id":"lyUENNWN-xIaS4fdyy0Ab","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":447.5557691063766,"y":984.4088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0,"height":101.0677102849204,"seed":1564675310,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"H2xAfiUj","focus":0.057885942021124744,"gap":3.958744741535156},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-101.0677102849204]]},{"type":"freedraw","version":672,"versionNonce":1027049262,"index":"b3S4G","isDeleted":false,"id":"SsUP1ODlI6YvilssZXwSV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":444.59594620867995,"y":852.5879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":1441988850,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":622,"versionNonce":1331327342,"index":"b3S4O","isDeleted":false,"id":"Lh-p6Oo6VToZ0HaCxwKwL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":440.59594620867995,"y":842.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":2003779374,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":627,"versionNonce":1780880302,"index":"b3S4V","isDeleted":false,"id":"Mr64ioHh4_ImcMHtgwY-A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":456.59594620867995,"y":840.0879062474112,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1770656434,"groupIds":["1kzra_sD3i8kRR3b3FiKf","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1536,"versionNonce":1740860910,"index":"b3S4d","isDeleted":false,"id":"Bwu6esV5mHwZll0W1qVfE","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":267.38649159723417,"y":1011.8507040089369,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1507535214,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1362,"versionNonce":1107114414,"index":"b3S4l","isDeleted":false,"id":"p8sSFw1Y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":371.16461019437315,"y":1039.994279864263,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":601418866,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"Tsx_G9TxX0TfDchiEurJY","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1169,"versionNonce":1782566062,"index":"b3S5","isDeleted":false,"id":"DZtxSv7CnprN28Hf320Mb","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":435.871643534829,"y":1002.3702173482841,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1406127022,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"text","version":752,"versionNonce":1389297714,"index":"b3S58","isDeleted":false,"id":"H2xAfiUj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":436.8541977578932,"y":988.3675577929064,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1789300274,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[{"id":"lyUENNWN-xIaS4fdyy0Ab","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1774,"versionNonce":1470467122,"index":"b3S5G","isDeleted":false,"id":"Tsx_G9TxX0TfDchiEurJY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":280.7435997942067,"y":1051.9088130513712,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":136.2500000000001,"height":24.281995999205265,"seed":1668687342,"groupIds":["_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"p8sSFw1Y","focus":1.108466937230027,"gap":12.36746281209696},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[136.2500000000001,-24.281995999205265]]},{"type":"freedraw","version":1015,"versionNonce":657786286,"index":"b3S5V","isDeleted":false,"id":"he67l8hZVrS7vcORsHNuC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":286.5731702935883,"y":1081.7517733764155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1390016498,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":972,"versionNonce":1243881454,"index":"b3S5d","isDeleted":false,"id":"bUqQ24N2hczV4CVzpkBx8","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":305.0637363313242,"y":1086.6574337537738,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1507276846,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":956,"versionNonce":1823863342,"index":"b3S5l","isDeleted":false,"id":"SFuYWf7uM4vx59eyRtWMq","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":303.93166085962605,"y":1082.5064903575474,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1014639026,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":975,"versionNonce":2043903086,"index":"b3S6","isDeleted":false,"id":"xzT6PwkeDVZSkEapRj0-u","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":284.68637784075815,"y":1071.5630941311324,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":2128347758,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":982,"versionNonce":390446766,"index":"b3S68","isDeleted":false,"id":"fkfK7kaQOuhH5N7KMzJRC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":296.0071325577393,"y":1068.166867716038,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":1856906098,"groupIds":["-yBSjiFfNKKbYpRv2q31y","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748397,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2606,"versionNonce":1236646126,"index":"b3S6G","isDeleted":false,"id":"0zcqUOgUjRivexPVF1LMw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":208.7933539062352,"y":1044.2289245442832,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":894272686,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748397,"link":null,"locked":false},{"type":"freedraw","version":2394,"versionNonce":413952814,"index":"b3S6O","isDeleted":false,"id":"pXzJrv4gSxCHnXLSLFAL9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":228.80175038851723,"y":1024.865960206591,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":868017458,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2394,"versionNonce":848483694,"index":"b3S6V","isDeleted":false,"id":"Lm8Gd_dAGkX4h1oOooeFQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":227.51088609933765,"y":1090.0546068101546,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":517258990,"groupIds":["NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":280098734,"index":"b3S6d","isDeleted":false,"id":"YI0lczVNvD3H3D3csZTnM","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":251.45969407257996,"y":1082.8424443079523,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1963814642,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2895,"versionNonce":456315374,"index":"b3S6l","isDeleted":false,"id":"QzG8Dj5Wyl0ZEdIArtMna","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":208.7812825088323,"y":1033.0106786377867,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1073393966,"groupIds":["oGL67ytdcgIGGgbNqkUYD","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3138,"versionNonce":1293837358,"index":"b3S7","isDeleted":false,"id":"lwc3AuascP2HUIGiEaZ2k","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":259.70131688383196,"y":1065.8585667286209,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1462157490,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3137,"versionNonce":1482534510,"index":"b3S78","isDeleted":false,"id":"IUDMyuebFOX9ywau61Odl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":196.59799992991327,"y":1047.1773233598774,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":606624622,"groupIds":["JVGjHxEvtn6WtrJFUmgKY","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3216,"versionNonce":1236906158,"index":"b3S7G","isDeleted":false,"id":"xmoZJRScpPE5q-bSb6Id3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":259.6549143914075,"y":1048.3139918207974,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1437588082,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3215,"versionNonce":752577262,"index":"b3S7V","isDeleted":false,"id":"-sgRf2tUbsY6Mcg4oxumQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":196.61470354627875,"y":1067.2049372595081,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":27704750,"groupIds":["V9QNk7BKXQGTMPyF-alS0","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3185,"versionNonce":810278190,"index":"b3S7d","isDeleted":false,"id":"_zasNJAlouzmMfHHPMBo0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":249.2442165450865,"y":1033.3598907093417,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1601158194,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":3182,"versionNonce":1232340846,"index":"b3S7l","isDeleted":false,"id":"o9Uv22oou25HnQdPSuypf","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":206.90040241691634,"y":1083.4719767625986,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1570691054,"groupIds":["u5CTY3aKQ7fjJ5nULZCSF","NgX7AxO4koIXNFhFKVmL1","_SzSIds3taWOLY5VrJTDB"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1333,"versionNonce":1486678446,"index":"b4A4","isDeleted":false,"id":"9QWWICWq_GFTGgsoEEvE6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-642.1254131646705,"y":1348.7316563898887,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1562489650,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1158,"versionNonce":1170592750,"index":"b4A8","isDeleted":false,"id":"aEOJbf1L","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":-538.3472945675315,"y":1376.8752322452149,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1164693742,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764381,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":966,"versionNonce":1215616558,"index":"b4AC","isDeleted":false,"id":"MGOpy01jZyuomq-61TqpH","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-473.6402612270757,"y":1339.251169729236,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1957199090,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"text","version":553,"versionNonce":1092889074,"index":"b4AG","isDeleted":false,"id":"2MuH9a7J","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-472.6577070040116,"y":1325.2485101738582,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1709146926,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[{"id":"ZDaneJa8FGdoUuFR8ty1c","type":"arrow"},{"id":"Xn7yykOQaorc9fntJGTYg","type":"arrow"},{"id":"bq9tGmzew3mcDPsnYQyqV","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1026,"versionNonce":55129586,"index":"b4AK","isDeleted":false,"id":"ZDaneJa8FGdoUuFR8ty1c","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.5553420047348,"y":1328.35036202571,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.944444444444457,"height":100.9259259259261,"seed":204476082,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748493,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.247655904830921,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.944444444444457,-100.9259259259261]]},{"type":"arrow","version":984,"versionNonce":1481746354,"index":"b4AO","isDeleted":false,"id":"Xn7yykOQaorc9fntJGTYg","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-446.72200867140157,"y":1337.7670286923765,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":430108014,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":{"elementId":"2MuH9a7J","focus":0.1490836653267122,"gap":5.703703703703809},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":1169,"versionNonce":1592123762,"index":"b4AV","isDeleted":false,"id":"bq9tGmzew3mcDPsnYQyqV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-540.944230893624,"y":1265.6188805442287,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592592,"height":68.8888888888888,"seed":2019518578,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748494,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"2MuH9a7J","focus":0.006150457106152204,"gap":2.3605979636864163},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592592,68.8888888888888]]},{"type":"freedraw","version":317,"versionNonce":280578094,"index":"b4BK","isDeleted":false,"id":"Xl8UejooBOKi3pJXKEw_h","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-461.820720457987,"y":1196.6712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2130281198,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":267,"versionNonce":788271726,"index":"b4BO","isDeleted":false,"id":"zF73_nC8YqnR9NkXxmIpU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-465.820720457987,"y":1186.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":696707826,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":116102318,"index":"b4BV","isDeleted":false,"id":"VoXTJh7WSNV301S0z_Xsl","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-449.820720457987,"y":1184.1712395807442,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1189541166,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":842059502,"index":"b4BZ","isDeleted":false,"id":"-nZPo2j3B5n61nE6YWLNY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.34002383150795,"y":1301.9325186273513,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":2091401390,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":237,"versionNonce":760529198,"index":"b4Bd","isDeleted":false,"id":"VFzredJsqcfnoEZlLuXzC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":-503.75178853739027,"y":1260.7560480391162,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":932309938,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721472748398,"link":null,"locked":false},{"type":"freedraw","version":125,"versionNonce":2076207982,"index":"b4Bl","isDeleted":false,"id":"w-hSC2fW1XLAfbtIbJ5eJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-502.575317949155,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":1652681262,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":1270664622,"index":"b4Bp","isDeleted":false,"id":"YByOHpGczDBYbgjY8aZFA","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.86943559621386,"y":1277.8148715685277,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1831626862,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":111,"versionNonce":443738094,"index":"b4Bt","isDeleted":false,"id":"XX5721bU1IQNvLEePWLH6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-487.2812003020962,"y":1272.520753921469,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":776087086,"groupIds":["D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":527,"versionNonce":1475066414,"index":"b4BtV","isDeleted":false,"id":"mDuARxrqG7W2yznQc1bf_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.6887344683163,"y":1243.6327257573673,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":1627228722,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":484,"versionNonce":185615470,"index":"b4Bu","isDeleted":false,"id":"JBpFcvUGCbzw9IkuTIDdt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-543.1981684305805,"y":1248.5383861347257,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":1595730414,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":468,"versionNonce":1974044334,"index":"b4Bv","isDeleted":false,"id":"pwioURn29qJ7J9nsz5Nn7","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-544.3302439022785,"y":1244.3874427384992,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":1559327730,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":487,"versionNonce":945848558,"index":"b4Bw","isDeleted":false,"id":"PE6NCaOJmzpuyEjXqZ5vZ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-563.5755269211464,"y":1233.4440465120842,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":1006992430,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":494,"versionNonce":1992176430,"index":"b4Bx","isDeleted":false,"id":"BAl_6bLuxgxCGDFK9mCzP","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-552.2547722041653,"y":1230.0478200969899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":239216050,"groupIds":["KpoVZw8Yfdr6qvOsTjpO7","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":526,"versionNonce":2066455918,"index":"b4BxV","isDeleted":false,"id":"cZMi84SR7dpEl3BtJTrku","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-368.48118729850455,"y":1247.7836691535942,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":178374254,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":508,"versionNonce":1525792686,"index":"b4By","isDeleted":false,"id":"LUm4QiONc8pXNIMBr4Szb","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-346.21703635510835,"y":1255.3308389649148,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1041670002,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":485,"versionNonce":439982574,"index":"b4Bz","isDeleted":false,"id":"j1No5Ltk6xLKv_mZ-dtxV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-367.3491118268065,"y":1237.594989908311,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":1270532270,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":488,"versionNonce":1342975022,"index":"b4BzV","isDeleted":false,"id":"nNQXwqLiTFkXLAynitTg9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-354.14156465699523,"y":1234.5761219837827,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":2025185586,"groupIds":["31a83sa5iCsP0PFXYZ4dB","D2p32_qY9uA5QpcxV0_wO"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1246918254,"index":"b4i2","isDeleted":false,"id":"55aN7NUutVr0Bl7PzBIpT","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-618.8234570147039,"y":1578.614650420461,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.11394142415149,"height":39.60804913528356,"seed":445989490,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047941,0.7766284144172808],[-0.8160606695047941,2.3298852432520456],[-0.8160606695047941,4.659770486503888],[-0.8160606695047941,6.989655729755934],[0,11.649426216259823],[0.8160606695046874,14.755939873929147],[1.6321213390093747,18.639081946015754],[3.264242678018856,23.298852432519645],[4.0803033475236505,27.18199450460625],[5.7124246865330255,29.511879747858295],[7.344546025542614,33.3950218199449],[8.160606695047301,34.94827864877967],[8.976667364551988,36.50153547761423],[9.792728034056676,37.27816389203151],[10.60878870356147,38.054792306448995],[11.424849373066264,38.054792306448995],[12.24091004257095,38.054792306448995],[13.056970712075639,37.27816389203151],[13.873031381580432,34.94827864877967],[14.68909205108512,32.61839340552762],[16.321213390094602,30.28850816227578],[17.13727405959929,27.18199450460625],[17.953334729104082,24.852109261354407],[18.76939539860888,21.745595603685082],[19.585456068113565,18.639081946015754],[20.401516737618252,15.532568288346429],[21.21757740712294,12.426054630677305],[22.84969874613253,10.09616938742526],[22.84969874613253,7.766284144173214],[23.665759415637215,5.436398900921169],[24.4818200851419,2.3298852432520456],[24.4818200851419,0.7766284144172808],[24.4818200851419,0],[25.297880754646695,-1.5532568288345616],[25.297880754646695,-1.5532568288345616]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":236,"versionNonce":836073646,"index":"b4i4","isDeleted":false,"id":"Ptx7dPsoSqDDpMiYN1sc_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-590.2613335820383,"y":1612.7863006548232,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.9766673645522,"height":21.745595603685082,"seed":1796577646,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.816060669504794,-0.7766284144174839],[2.448182008514275,-1.5532568288347648],[4.080303347523756,-3.106513657669326],[5.712424686533238,-3.883142072086607],[7.344546025542613,-4.659770486504091],[7.344546025542613,-5.436398900921372],[8.160606695047406,-5.436398900921372],[8.160606695047406,-6.213027315338652],[8.160606695047406,-5.436398900921372],[8.160606695047406,-4.659770486504091],[8.160606695047406,-3.883142072086607],[8.160606695047406,-2.3298852432520456],[8.160606695047406,-0.7766284144174839],[8.160606695047406,1.5532568288345616],[8.160606695047406,4.659770486503888],[8.160606695047406,6.9896557297557305],[8.160606695047406,10.096169387425057],[8.160606695047406,12.426054630677102],[8.160606695047406,13.979311459511868],[8.9766673645522,14.755939873928945],[8.9766673645522,15.532568288346429],[8.9766673645522,14.755939873928945],[8.160606695047406,14.755939873928945],[8.9766673645522,13.979311459511868],[8.9766673645522,13.202683045094384],[8.9766673645522,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":227,"versionNonce":775828206,"index":"b4i8","isDeleted":false,"id":"hcB7XVfv522eYSgLQw8G9","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-620.4555783537135,"y":1559.1989400600278,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.90666945820838,"height":1.5532568288347648,"seed":213122866,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144174839],[0.8160606695047941,-0.7766284144174839],[1.6321213390095881,-0.7766284144174839],[3.264242678018963,-0.7766284144174839],[5.712424686533239,0],[8.9766673645522,0],[10.608788703561576,0],[13.873031381580539,0],[17.95333472910419,0],[22.033638076627838,0],[26.11394142415149,0],[29.378184102170454,0],[31.826366110684727,0],[33.458487449694104,0.7766284144172808],[34.2745481191989,0.7766284144172808],[35.090608788703584,0],[35.90666945820838,0],[35.90666945820838,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":232,"versionNonce":169190702,"index":"b4iC","isDeleted":false,"id":"0GwHgoDKcmcgCmrPps2jg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-592.7095155905524,"y":1554.5391695735238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.056970712075639,"height":11.649426216259823,"seed":1566228974,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695046874,0.776628414417484],[1.6321213390093747,0.776628414417484],[3.264242678018856,1.553256828834765],[4.896364017028338,1.553256828834765],[6.5284853560378195,2.329885243252046],[7.344546025542506,2.329885243252046],[8.976667364551988,3.1065136576693266],[10.60878870356147,3.1065136576693266],[11.424849373066264,3.8831420720866077],[12.24091004257095,4.659770486504092],[13.056970712075639,4.659770486504092],[13.056970712075639,5.436398900921373],[12.24091004257095,6.213027315338653],[11.424849373066264,6.989655729755935],[10.60878870356147,7.766284144173215],[9.792728034056676,8.5429125585907],[8.976667364551988,9.31954097300798],[8.976667364551988,10.096169387425261],[8.160606695047301,10.096169387425261],[7.344546025542506,10.872797801842543],[6.5284853560378195,11.649426216259823],[5.7124246865330255,11.649426216259823],[5.7124246865330255,11.649426216259823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1455738734,"index":"b4iG","isDeleted":false,"id":"K8hj91U96-_yW-wHHuAzZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-561.773397482964,"y":1595.8416807038998,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.528485356037873,"height":5.436398900921372,"seed":258201522,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,-0.7766284144172808],[2.4481820085142223,0],[3.264242678018963,0.7766284144172808],[3.264242678018963,1.5532568288345616],[2.4481820085142223,2.3298852432520456],[1.6321213390094815,2.3298852432520456],[0.8160606695047408,3.106513657669326],[0,3.106513657669326],[-0.8160606695047408,2.3298852432520456],[-1.632121339009428,2.3298852432520456],[-1.632121339009428,1.5532568288345616],[-2.448182008514169,0.7766284144172808],[-2.448182008514169,0],[-0.8160606695047408,-0.7766284144172808],[0,-1.5532568288345616],[1.6321213390094815,-1.5532568288345616],[2.4481820085142223,-2.3298852432520456],[3.264242678018963,-1.5532568288345616],[4.080303347523704,-1.5532568288345616],[4.080303347523704,-0.7766284144172808],[4.080303347523704,0],[3.264242678018963,1.5532568288345616],[2.4481820085142223,1.5532568288345616],[1.6321213390094815,1.5532568288345616],[0.8160606695047408,1.5532568288345616],[0.8160606695047408,0.7766284144172808],[0.8160606695047408,0],[1.6321213390094815,0],[2.4481820085142223,-0.7766284144172808],[2.4481820085142223,-0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":223,"versionNonce":278180270,"index":"b4iK","isDeleted":false,"id":"WnZjV0eZ4HJ_P4bdQ_-Dz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-529.9470313722793,"y":1578.7558555867186,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.01030544117988,"height":45.04444803620473,"seed":1581989550,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695047408,-0.7766284144172808],[-0.8160606695047408,0],[0,1.5532568288347648],[0.8160606695047408,3.883142072086607],[2.4481820085142223,6.989655729755934],[2.4481820085142223,10.09616938742526],[3.264242678018963,13.202683045094586],[4.0803033475236505,15.532568288346631],[4.896364017028391,18.639081946015754],[5.712424686533132,21.745595603685082],[6.528485356037873,25.62873767577169],[7.344546025542614,28.735251333441017],[8.160606695047354,31.84176499111034],[9.792728034056836,34.94827864877967],[10.608788703561522,37.27816389203171],[11.424849373066264,39.60804913528356],[12.240910042571004,41.16130596411832],[12.240910042571004,42.71456279295288],[13.056970712075746,43.491191207370164],[13.056970712075746,44.267819621787446],[13.873031381580486,44.267819621787446],[14.689092051085227,43.491191207370164],[15.505152720589967,43.491191207370164],[16.321213390094655,41.9379343785356],[17.137274059599395,41.16130596411832],[17.953334729104135,39.60804913528356],[18.76939539860888,38.054792306448995],[19.58545606811362,35.72490706319695],[21.2175774071231,33.39502181994511],[22.033638076627838,30.288508162275576],[22.033638076627838,28.735251333441017],[23.665759415637268,25.62873767577169],[23.665759415637268,22.522224018102364],[24.481820085142008,20.19233877485052],[25.297880754646748,17.862453531598476],[26.11394142415149,15.532568288346631],[26.11394142415149,13.202683045094586],[26.93000209365623,11.649426216259823],[27.74606276316097,9.31954097300798],[27.74606276316097,7.766284144173214],[28.56212343266571,5.436398900921372],[29.3781841021704,3.883142072086607],[29.3781841021704,3.106513657669326],[29.3781841021704,1.5532568288347648],[30.19424477167514,0.7766284144172808],[29.3781841021704,0.7766284144172808],[29.3781841021704,0.7766284144172808]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":215,"versionNonce":1118718958,"index":"b4iO","isDeleted":false,"id":"XMLYdIxprNaCRvha0bQBB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-494.85642258357586,"y":1609.8209921634118,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.689092051085174,"height":18.63908194601596,"seed":279455986,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748398,"link":null,"locked":false,"points":[[0,0],[-0.8160606695046874,0],[0,0],[0.8160606695047408,-0.776628414417484],[1.6321213390094815,-0.776628414417484],[3.264242678018963,-0.776628414417484],[4.080303347523704,0],[5.712424686533185,0.7766284144172809],[5.712424686533185,1.5532568288345618],[6.528485356037873,3.1065136576693266],[6.528485356037873,3.8831420720866077],[6.528485356037873,5.436398900921169],[5.712424686533185,6.989655729755935],[4.896364017028445,8.542912558590496],[4.080303347523704,10.096169387425261],[3.264242678018963,11.649426216259823],[2.4481820085142223,12.426054630677104],[0.8160606695047408,13.202683045094386],[0,14.75593987392915],[0,15.53256828834643],[-0.8160606695046874,15.53256828834643],[-0.8160606695046874,16.30919670276371],[-1.632121339009428,16.30919670276371],[-0.8160606695046874,16.30919670276371],[0,17.085825117180992],[0.8160606695047408,17.085825117180992],[1.6321213390094815,17.085825117180992],[3.264242678018963,17.862453531598476],[4.080303347523704,17.862453531598476],[5.712424686533185,17.862453531598476],[6.528485356037873,17.085825117180992],[8.160606695047408,17.085825117180992],[8.976667364552094,17.085825117180992],[9.792728034056783,17.085825117180992],[10.608788703561576,17.085825117180992],[11.424849373066264,17.085825117180992],[11.424849373066264,17.862453531598476],[12.240910042571057,17.862453531598476],[13.056970712075746,17.085825117180992],[13.056970712075746,17.085825117180992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":194,"versionNonce":723164718,"index":"b4iS","isDeleted":false,"id":"CwnNhY-aUkq5Mzq1A0DND","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-522.6024853467368,"y":1557.0102599830336,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.3781841021704,"height":2.3298852432520456,"seed":446135150,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.7766284144172808],[0.8160606695047408,-0.7766284144172808],[1.6321213390094815,0],[3.2642426780189098,0],[5.712424686533132,0.7766284144172808],[8.160606695047354,0.7766284144172808],[11.424849373066264,0.7766284144172808],[14.689092051085227,0.7766284144172808],[17.953334729104135,0.7766284144172808],[20.40151673761836,0.7766284144172808],[22.033638076627785,0.7766284144172808],[24.481820085142008,1.5532568288347648],[26.11394142415149,1.5532568288347648],[27.746062763160918,0.7766284144172808],[28.562123432665658,0.7766284144172808],[29.3781841021704,0.7766284144172808],[28.562123432665658,1.5532568288347648],[28.562123432665658,1.5532568288347648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":202,"versionNonce":1589815406,"index":"b4iV","isDeleted":false,"id":"lBbgin8BFNSEVYO2qu3tB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-497.30460459209,"y":1552.3504894965297,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.608788703561576,"height":13.979311459511868,"seed":1240911218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.7766284144172808],[0.8160606695047408,0.7766284144172808],[1.6321213390094815,0.7766284144172808],[2.448182008514169,1.5532568288345616],[4.0803033475236505,1.5532568288345616],[5.712424686533132,2.3298852432518427],[8.160606695047354,3.1065136576691232],[8.976667364552041,3.1065136576691232],[9.792728034056783,3.883142072086607],[10.608788703561576,4.659770486503888],[9.792728034056783,4.659770486503888],[9.792728034056783,5.436398900921169],[9.792728034056783,6.989655729755934],[8.160606695047354,7.766284144173214],[7.344546025542614,8.542912558590496],[6.528485356037873,10.09616938742526],[5.712424686533132,10.09616938742526],[4.896364017028391,10.872797801842541],[4.0803033475236505,11.649426216259823],[3.2642426780189098,12.426054630677102],[2.448182008514169,12.426054630677102],[1.6321213390094815,13.202683045094384],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.979311459511868],[0.8160606695047408,13.202683045094384],[0.8160606695047408,13.202683045094384]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":1836018350,"index":"b4iX","isDeleted":false,"id":"NDnCR2uaHLveFf2mJBsYl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-459.50696175292296,"y":1590.216102144751,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.26086956521749,"height":1.7391304347825098,"seed":1995130990,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,1.7391304347825098],[0,0.8695652173912549],[0,1.7391304347825098],[0.8695652173912549,1.7391304347825098],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[6.95652173913038,0.8695652173912549],[7.826086956521749,0.8695652173912549],[9.565217391304373,0.8695652173912549],[12.173913043478251,0],[13.913043478260875,0],[15.652173913043498,0],[16.521739130434753,0],[17.39130434782612,0],[16.521739130434753,0],[16.521739130434753,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":97117422,"index":"b4iZ","isDeleted":false,"id":"FNSrJJXlBNq8hjAsZr6s2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-462.9852226224882,"y":1601.5204499708377,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":0.8695652173912549,"seed":1821762802,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[2.6086956521738784,0.8695652173912549],[4.347826086956502,0.8695652173912549],[5.217391304347871,0.8695652173912549],[6.956521739130494,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086996,0.8695652173912549],[13.04347826086962,0.8695652173912549],[14.782608695652243,0.8695652173912549],[16.521739130434753,0.8695652173912549],[18.260869565217376,0.8695652173912549],[19.130434782608745,0],[20,0],[20.86956521739137,0],[20,0],[20,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":425400110,"index":"b4id","isDeleted":false,"id":"DGFwWu9X48UMMB1lND1Pi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-399.5069617529229,"y":1581.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":29.56521739130426,"seed":582760430,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[0.8695652173913118,-0.8695652173912549],[1.7391304347825667,-0.8695652173912549],[2.6086956521738784,-0.8695652173912549],[4.347826086956502,-0.8695652173912549],[6.956521739130437,0],[8.695652173913004,0.8695652173912549],[10.434782608695627,2.608695652173992],[11.30434782608694,4.347826086956502],[12.173913043478251,6.956521739130494],[13.043478260869563,10.434782608695741],[12.173913043478251,13.91304347826076],[12.173913043478251,17.391304347826235],[11.30434782608694,20],[10.434782608695627,21.739130434782737],[8.695652173913004,23.478260869565247],[6.0869565217391255,24.347826086956502],[4.347826086956502,26.08695652173924],[2.6086956521738784,26.956521739130494],[0,27.82608695652175],[-0.8695652173913118,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-2.6086956521739353,28.695652173913004],[-1.7391304347826235,28.695652173913004],[-0.8695652173913118,27.82608695652175],[-0.8695652173913118,27.82608695652175]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":9175406,"index":"b4ih","isDeleted":false,"id":"imUqV4FvYINfOllO2oCAn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-376.0287008833577,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.043478260869563,"height":27.82608695652175,"seed":1814284018,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173912549],[-0.8695652173913118,-0.8695652173912549],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521739353,-0.8695652173912549],[-3.47826086956519,-0.8695652173912549],[-4.347826086956502,0.8695652173912549],[-6.0869565217391255,2.608695652173992],[-6.956521739130437,3.478260869565247],[-6.956521739130437,5.217391304347757],[-7.826086956521749,6.956521739130494],[-7.826086956521749,9.565217391304259],[-8.69565217391306,12.173913043478251],[-8.69565217391306,13.913043478260988],[-8.69565217391306,15.652173913043498],[-8.69565217391306,17.391304347826235],[-8.69565217391306,19.130434782608745],[-7.826086956521749,20.869565217391255],[-7.826086956521749,21.739130434782737],[-6.956521739130437,23.478260869565247],[-6.0869565217391255,24.347826086956502],[-5.217391304347814,25.217391304347757],[-4.347826086956502,25.217391304347757],[-3.47826086956519,26.08695652173924],[-0.8695652173913118,26.08695652173924],[0,25.217391304347757],[1.7391304347826235,24.347826086956502],[3.478260869565247,23.478260869565247],[4.347826086956502,23.478260869565247],[4.347826086956502,22.608695652173992],[4.347826086956502,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":514171822,"index":"b4il","isDeleted":false,"id":"KFYeUiI-mZVXasRpsj-qt","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-361.24609218770553,"y":1603.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":16.521739130434753,"seed":1424990510,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173912549],[1.7391304347826235,0.8695652173912549],[1.7391304347826235,0],[3.47826086956519,0],[4.347826086956502,-0.8695652173914823],[5.217391304347814,-1.7391304347827372],[6.0869565217391255,-2.608695652173992],[6.956521739130437,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-1.7391304347827372],[5.217391304347814,0],[5.217391304347814,1.7391304347825098],[5.217391304347814,4.347826086956502],[4.347826086956502,6.956521739130267],[4.347826086956502,8.695652173913004],[4.347826086956502,11.304347826086996],[4.347826086956502,13.043478260869506],[4.347826086956502,13.91304347826076],[5.217391304347814,13.91304347826076],[6.0869565217391255,13.043478260869506],[6.0869565217391255,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":162,"versionNonce":97582574,"index":"b4ip","isDeleted":false,"id":"8Xv0X3kreUV8W5ldB4Z1Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-322.11565740509684,"y":1588.4769717099678,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":11.304347826086996,"seed":1784603826,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173912549],[1.7391304347826235,1.7391304347825098],[3.478260869565247,3.478260869565247],[4.347826086956502,4.347826086956502],[6.0869565217391255,5.217391304347757],[7.826086956521749,6.956521739130267],[8.695652173913004,7.826086956521749],[9.565217391304373,8.695652173913004],[11.304347826086996,9.565217391304259],[11.304347826086996,10.434782608695741],[12.173913043478251,10.434782608695741],[12.173913043478251,11.304347826086996],[12.173913043478251,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":454496302,"index":"b4it","isDeleted":false,"id":"xpxO2nbpyVzdvdEuOVAf6","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-313.42000523118384,"y":1589.346536927359,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.826086956521749,"height":12.173913043478251,"seed":524497198,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.608695652173992],[-1.7391304347826235,3.478260869565247],[-3.4782608695651334,5.217391304347984],[-4.347826086956502,6.956521739130494],[-5.217391304347757,7.826086956521749],[-6.0869565217391255,9.565217391304486],[-6.0869565217391255,10.434782608695741],[-6.95652173913038,11.304347826086996],[-7.826086956521749,12.173913043478251],[-7.826086956521749,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":979425902,"index":"b4ix","isDeleted":false,"id":"6b2BYAQv7i2MssQJDKrsq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-274.2895704485751,"y":1584.9987108404025,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":30.43478260869574,"seed":2106556274,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,-0.8695652173912549],[1.7391304347826235,-1.7391304347825098],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-2.608695652173992],[7.826086956521749,-2.608695652173992],[9.565217391304373,-2.608695652173992],[11.304347826086882,-1.7391304347825098],[13.043478260869506,-0.8695652173912549],[13.913043478260875,0.8695652173912549],[14.78260869565213,2.608695652173992],[14.78260869565213,6.086956521739012],[15.652173913043498,8.695652173913004],[15.652173913043498,13.043478260869506],[14.78260869565213,15.652173913043498],[13.913043478260875,19.130434782608745],[13.043478260869506,21.73913043478251],[11.304347826086882,24.347826086956502],[10.434782608695627,25.217391304347757],[9.565217391304373,26.956521739130494],[7.826086956521749,26.956521739130494],[5.217391304347757,27.82608695652175],[2.6086956521738784,27.82608695652175],[0,27.82608695652175],[-2.6086956521738784,27.82608695652175],[-3.478260869565247,26.956521739130494],[-4.347826086956502,26.086956521739012],[-4.347826086956502,25.217391304347757],[-3.478260869565247,24.347826086956502],[-2.6086956521738784,22.608695652173992],[-1.7391304347826235,22.608695652173992],[-1.7391304347826235,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1517771950,"index":"b4j","isDeleted":false,"id":"CkCA2zIwirRV2ocG-_e6P","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-242.9852226224882,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":27.82608695652175,"seed":739106094,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[-0.8695652173912549,-1.7391304347825098],[-0.8695652173912549,-2.6086956521737648],[-1.7391304347825098,-2.6086956521737648],[-2.6086956521738784,-2.6086956521737648],[-4.347826086956502,-1.7391304347825098],[-6.0869565217391255,-0.8695652173912549],[-6.95652173913038,0],[-7.826086956521635,1.7391304347827372],[-9.565217391304259,3.478260869565247],[-10.434782608695627,5.217391304347984],[-11.304347826086882,6.086956521739239],[-12.173913043478251,8.695652173913004],[-13.043478260869506,10.434782608695741],[-13.043478260869506,15.652173913043498],[-13.043478260869506,16.52173913043498],[-12.173913043478251,18.26086956521749],[-11.304347826086882,20],[-10.434782608695627,21.739130434782737],[-9.565217391304259,23.478260869565247],[-8.695652173913004,24.347826086956502],[-6.95652173913038,25.217391304347984],[-5.217391304347757,25.217391304347984],[-4.347826086956502,25.217391304347984],[-1.7391304347825098,24.347826086956502],[-1.7391304347825098,23.478260869565247],[0.8695652173913686,23.478260869565247],[2.608695652173992,22.608695652173992],[2.608695652173992,21.739130434782737],[4.347826086956616,21.739130434782737],[4.347826086956616,21.739130434782737]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":822318830,"index":"b4j4","isDeleted":false,"id":"NqN5bkulJ1xUrMUqSf2Uq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-227.3330487094447,"y":1601.5204499708373,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.04347826086962,"height":16.521739130434753,"seed":1172481650,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[0.8695652173913686,-0.8695652173912549],[1.7391304347826235,-0.8695652173912549],[2.608695652173992,-0.8695652173912549],[3.478260869565247,-0.8695652173912549],[5.217391304347871,0],[6.0869565217391255,0.8695652173912549],[6.0869565217391255,1.7391304347827372],[6.0869565217391255,3.478260869565247],[6.0869565217391255,4.347826086956502],[6.0869565217391255,6.086956521739239],[5.217391304347871,6.956521739130494],[4.347826086956502,7.826086956521749],[3.478260869565247,9.565217391304259],[1.7391304347826235,10.434782608695741],[0.8695652173913686,12.173913043478251],[0,13.043478260869733],[0,13.91304347826076],[0,14.782608695652243],[0.8695652173913686,14.782608695652243],[1.7391304347826235,14.782608695652243],[2.608695652173992,14.782608695652243],[3.478260869565247,14.782608695652243],[5.217391304347871,14.782608695652243],[6.0869565217391255,14.782608695652243],[7.826086956521749,15.652173913043498],[8.695652173913118,15.652173913043498],[10.434782608695627,15.652173913043498],[11.304347826086996,15.652173913043498],[13.04347826086962,14.782608695652243],[13.04347826086962,14.782608695652243]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1452181806,"index":"b4j8","isDeleted":false,"id":"qVw9hXzJYFPcW2Y0O7IW5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-186.46348349205334,"y":1594.563928231707,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.73913043478251,"height":2.6086956521737648,"seed":240063470,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0],[3.4782608695651334,0.8695652173910275],[6.0869565217391255,0],[7.826086956521749,0],[11.304347826086882,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[19.13043478260863,-0.8695652173914823],[20.869565217391255,-1.7391304347827372],[21.73913043478251,-1.7391304347827372],[21.73913043478251,-1.7391304347827372]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1786852206,"index":"b4jG","isDeleted":false,"id":"d0dER7FEo1MCAi5jtnqsR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-175.15913566596646,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":490617458,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,1.7391304347825098],[-0.8695652173912549,2.6086956521737648],[-0.8695652173912549,4.347826086956502],[0,6.086956521739012],[0,8.695652173913004],[0,12.173913043478024],[0,14.782608695652016],[0,17.391304347826008],[0,19.130434782608518],[0,20.869565217391255],[0,21.73913043478251],[0.8695652173913686,22.608695652173765],[0.8695652173913686,21.73913043478251],[0.8695652173913686,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":197,"versionNonce":925144494,"index":"b4jO","isDeleted":false,"id":"wXCtXFa_FfE2Q9saTSDmv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-129.9417443616186,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.304347826086882,"height":46.08695652173924,"seed":1885749678,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,-0.8695652173914823],[-0.8695652173913686,0],[-0.8695652173913686,0.8695652173912549],[-1.7391304347826235,2.6086956521737648],[-1.7391304347826235,5.217391304347757],[-2.6086956521738784,8.695652173913004],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,16.521739130434753],[-1.7391304347826235,20],[0,21.73913043478251],[2.6086956521738784,22.608695652173765],[6.0869565217391255,22.608695652173765],[9.565217391304373,20.869565217391255],[13.043478260869506,19.130434782608518],[14.78260869565213,16.521739130434753],[17.39130434782612,13.91304347826076],[18.260869565217376,10.434782608695514],[19.13043478260863,7.826086956521522],[19.13043478260863,5.217391304347757],[19.13043478260863,4.347826086956502],[20,4.347826086956502],[19.13043478260863,3.4782608695650197],[20,4.347826086956502],[20,6.956521739130267],[20,8.695652173913004],[20.869565217391255,11.304347826086996],[22.60869565217388,13.91304347826076],[23.478260869565247,16.521739130434753],[24.347826086956502,20],[25.217391304347757,24.347826086956502],[25.217391304347757,26.956521739130267],[23.478260869565247,31.304347826086996],[22.60869565217388,35.6521739130435],[20.869565217391255,39.13043478260852],[19.13043478260863,41.73913043478251],[16.521739130434753,43.47826086956502],[13.913043478260875,45.21739130434776],[11.304347826086882,45.21739130434776],[6.0869565217391255,45.21739130434776],[2.6086956521738784,44.3478260869565],[0,44.3478260869565],[-3.478260869565247,42.608695652173765],[-5.217391304347871,40.869565217391255],[-6.0869565217391255,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-5.217391304347871,36.52173913043475],[-3.478260869565247,34.782608695652016],[-3.478260869565247,34.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1436659694,"index":"b4jV","isDeleted":false,"id":"OrhvL9pyapy31vrViBsle","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-95.15913566596646,"y":1611.955232579533,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.695652173913118,"height":15.652173913043498,"seed":1991223218,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521738784,-1.7391304347827372],[3.478260869565247,-2.608695652173992],[4.347826086956502,-2.608695652173992],[6.0869565217391255,-4.347826086956502],[6.956521739130494,-5.217391304347984],[7.826086956521749,-6.086956521739239],[7.826086956521749,-4.347826086956502],[7.826086956521749,-3.478260869565247],[7.826086956521749,-0.8695652173914823],[7.826086956521749,0.8695652173912549],[7.826086956521749,3.4782608695650197],[7.826086956521749,5.217391304347757],[7.826086956521749,6.956521739130494],[7.826086956521749,7.826086956521749],[7.826086956521749,8.695652173913004],[7.826086956521749,9.565217391304259],[8.695652173913118,9.565217391304259],[8.695652173913118,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":1375830574,"index":"b4jd","isDeleted":false,"id":"GUEEJZkOHdjvzVbQDo_rq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-55.15913566596646,"y":1585.8682760577938,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":13.913043478260988,"seed":1861296494,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0,1.7391304347827372],[0.8695652173913686,2.608695652173992],[1.7391304347826235,2.608695652173992],[2.6086956521738784,4.347826086956502],[3.478260869565247,5.217391304347757],[5.217391304347871,6.956521739130494],[6.0869565217391255,8.695652173913231],[7.826086956521749,10.434782608695741],[8.695652173913004,12.173913043478251],[9.565217391304373,13.043478260869733],[10.434782608695627,13.913043478260988],[11.304347826086996,13.913043478260988],[11.304347826086996,13.913043478260988]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1328352366,"index":"b4jl","isDeleted":false,"id":"b3GnST0LdtHZAyHk1IwrN","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-43.854787839879464,"y":1586.737841275185,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1485721714,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.608695652173992,3.478260869565247],[-3.478260869565247,3.478260869565247],[-3.478260869565247,4.347826086956502],[-5.217391304347871,6.086956521739239],[-6.0869565217391255,7.826086956521976],[-7.826086956521749,9.565217391304486],[-8.695652173913118,11.304347826086996],[-10.434782608695627,12.173913043478478],[-10.434782608695627,13.913043478260988],[-11.304347826086996,14.782608695652243],[-12.173913043478251,15.652173913043498],[-12.173913043478251,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":201,"versionNonce":720195246,"index":"b4jt","isDeleted":false,"id":"L-FBA2O3JxohDVukt6rZV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":-18.637396535531707,"y":1582.3900151882285,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.478260869565247,"height":40.86956521739148,"seed":633732910,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0.8695652173914823],[-1.7391304347825098,1.7391304347827372],[-1.7391304347825098,2.608695652173992],[-2.6086956521738784,5.217391304347984],[-2.6086956521738784,7.826086956521749],[-2.6086956521738784,11.304347826086996],[-2.6086956521738784,13.913043478260988],[-2.6086956521738784,15.652173913043498],[-1.7391304347825098,17.391304347826235],[-0.8695652173912549,19.130434782608745],[0.8695652173913686,20.869565217391482],[2.608695652173992,21.739130434782737],[3.478260869565247,21.739130434782737],[5.217391304347871,20.869565217391482],[6.956521739130494,20],[8.695652173913118,19.130434782608745],[9.565217391304373,17.391304347826235],[10.434782608695741,15.652173913043498],[11.304347826086996,13.043478260869506],[12.173913043478251,11.304347826086996],[13.04347826086962,8.695652173913004],[13.04347826086962,6.956521739130494],[13.913043478260875,6.086956521739239],[13.913043478260875,5.217391304347984],[13.913043478260875,6.086956521739239],[13.913043478260875,7.826086956521749],[13.913043478260875,10.434782608695741],[13.913043478260875,12.173913043478478],[14.782608695652243,14.782608695652243],[14.782608695652243,18.26086956521749],[14.782608695652243,20],[14.782608695652243,23.478260869565247],[14.782608695652243,26.08695652173924],[14.782608695652243,28.695652173913004],[13.04347826086962,31.304347826086996],[12.173913043478251,33.91304347826099],[11.304347826086996,36.52173913043498],[9.565217391304373,38.26086956521749],[8.695652173913118,39.130434782608745],[6.956521739130494,40],[5.217391304347871,40],[2.608695652173992,40.86956521739148],[-0.8695652173912549,40],[-3.4782608695651334,40],[-6.0869565217391255,39.130434782608745],[-7.826086956521749,38.26086956521749],[-8.695652173913004,36.52173913043498],[-8.695652173913004,35.6521739130435],[-6.95652173913038,34.78260869565224],[-6.0869565217391255,33.91304347826099],[-5.217391304347757,33.91304347826099],[-5.217391304347757,33.91304347826099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":569067758,"index":"b4k","isDeleted":false,"id":"mODGMKPH1OH1nv9i51hOo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":13.536516507946544,"y":1612.8247977969243,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.521739130434753,"height":15.652173913043498,"seed":1073559858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173912549],[0,-1.7391304347827372],[1.7391304347826235,-1.7391304347827372],[2.608695652173992,-1.7391304347827372],[3.478260869565247,-1.7391304347827372],[4.347826086956616,-1.7391304347827372],[5.217391304347871,-0.8695652173912549],[5.217391304347871,0],[5.217391304347871,0.8695652173912549],[5.217391304347871,2.6086956521737648],[4.347826086956616,4.347826086956502],[3.478260869565247,6.086956521739239],[2.608695652173992,6.956521739130494],[1.7391304347826235,8.695652173913004],[0.8695652173913686,9.565217391304259],[0,9.565217391304259],[-1.7391304347825098,11.304347826086996],[-2.6086956521738784,12.173913043478251],[-2.6086956521738784,13.043478260869506],[-2.6086956521738784,13.91304347826076],[-1.7391304347825098,13.91304347826076],[0,13.91304347826076],[0.8695652173913686,13.91304347826076],[2.608695652173992,13.91304347826076],[4.347826086956616,13.91304347826076],[6.0869565217391255,13.91304347826076],[7.826086956521749,13.91304347826076],[9.565217391304373,13.91304347826076],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.913043478260875,12.173913043478251],[13.913043478260875,12.173913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":170,"versionNonce":1940912942,"index":"b4k8","isDeleted":false,"id":"m5VqgyF1hhxfTGOf5G2Ae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":48.31912520359879,"y":1595.433493449098,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304373,"height":4.347826086956502,"seed":340594542,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913686,0],[-0.8695652173913686,-0.8695652173910275],[-1.7391304347826235,-0.8695652173910275],[-0.8695652173913686,-0.8695652173910275],[0,-0.8695652173910275],[0.8695652173912549,-0.8695652173910275],[3.478260869565247,-0.8695652173910275],[6.0869565217391255,-1.7391304347825098],[9.565217391304373,-2.6086956521737648],[12.173913043478251,-2.6086956521737648],[15.652173913043498,-3.4782608695650197],[18.260869565217376,-3.4782608695650197],[20.869565217391255,-3.4782608695650197],[22.60869565217388,-3.4782608695650197],[24.347826086956502,-3.4782608695650197],[26.086956521739125,-3.4782608695650197],[26.95652173913038,-3.4782608695650197],[27.82608695652175,-3.4782608695650197],[27.82608695652175,-4.347826086956502],[26.95652173913038,-4.347826086956502],[26.95652173913038,-4.347826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":163,"versionNonce":111437166,"index":"b4kG","isDeleted":false,"id":"FwzT30Yr9nCm9LD9KrRC2","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":60.49303824707704,"y":1583.25958040562,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.7391304347826235,"height":22.608695652173765,"seed":857134770,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173912549],[0.8695652173912549,1.7391304347825098],[0.8695652173912549,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[0,11.304347826086996],[0.8695652173912549,14.782608695652016],[0.8695652173912549,17.391304347826008],[0.8695652173912549,20],[0.8695652173912549,21.73913043478251],[0.8695652173912549,22.608695652173765],[1.7391304347826235,21.73913043478251],[1.7391304347826235,21.73913043478251]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":202475438,"index":"b4kV","isDeleted":false,"id":"0okruYbsDglNetdna-jpD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":98.75390781229453,"y":1581.5204499708375,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":31.304347826086996,"seed":767363438,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[0.8695652173912549,0],[1.7391304347826235,0],[3.478260869565247,0],[5.217391304347757,0],[6.95652173913038,0.8695652173912549],[9.565217391304373,0.8695652173912549],[11.304347826086882,0.8695652173912549],[13.043478260869506,1.7391304347825098],[13.913043478260875,1.7391304347825098],[14.78260869565213,2.608695652173992],[14.78260869565213,3.478260869565247],[14.78260869565213,5.217391304347757],[13.913043478260875,6.956521739130494],[12.173913043478251,9.565217391304259],[10.434782608695627,12.173913043478251],[7.826086956521749,14.782608695652016],[5.217391304347757,17.391304347826008],[2.6086956521738784,19.130434782608518],[0,21.73913043478251],[-1.7391304347826235,23.478260869565247],[-4.347826086956502,25.217391304347757],[-5.217391304347871,26.956521739130494],[-6.0869565217391255,28.695652173913004],[-6.956521739130494,29.56521739130426],[-6.0869565217391255,30.434782608695514],[-5.217391304347871,30.434782608695514],[-3.478260869565247,30.434782608695514],[-1.7391304347826235,30.434782608695514],[1.7391304347826235,30.434782608695514],[4.347826086956502,30.434782608695514],[7.826086956521749,30.434782608695514],[12.173913043478251,29.56521739130426],[15.652173913043498,29.56521739130426],[18.260869565217376,28.695652173913004],[20,28.695652173913004],[20.869565217391255,28.695652173913004],[20,28.695652173913004],[20,28.695652173913004]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":169,"versionNonce":606101998,"index":"b4kl","isDeleted":false,"id":"-NDvhcftq41Cab59kGD6u","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":133.53651650794666,"y":1605.868276057794,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":13.91304347826076,"seed":1938854962,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[0.8695652173913686,0],[2.6086956521738784,-0.8695652173912549],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[5.217391304347871,-3.478260869565247],[6.0869565217391255,-3.478260869565247],[5.217391304347871,-3.478260869565247],[5.217391304347871,-1.7391304347825098],[5.217391304347871,-0.8695652173912549],[4.347826086956502,0.8695652173912549],[3.478260869565247,2.608695652173992],[2.6086956521738784,6.086956521739012],[2.6086956521738784,6.956521739130494],[2.6086956521738784,8.695652173913004],[2.6086956521738784,9.565217391304259],[2.6086956521738784,10.434782608695514],[3.478260869565247,10.434782608695514],[4.347826086956502,9.565217391304259],[4.347826086956502,9.565217391304259]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":31061038,"index":"b4l","isDeleted":false,"id":"bT4tUG6ta_y6xElY01cBZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":167.44955998620753,"y":1584.1291456230115,"strokeColor":"#ffffff","backgroundColor":"transparent","width":17.39130434782612,"height":17.391304347826008,"seed":237934958,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173912549],[1.7391304347826235,2.6086956521737648],[3.478260869565247,4.347826086956502],[6.0869565217391255,6.956521739130267],[7.826086956521749,8.695652173913004],[10.434782608695627,11.304347826086769],[12.173913043478251,13.043478260869506],[14.78260869565213,15.65217391304327],[15.652173913043498,16.521739130434526],[17.39130434782612,17.391304347826008],[17.39130434782612,17.391304347826008]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":158,"versionNonce":254230126,"index":"b4lV","isDeleted":false,"id":"sj8pCX1KKOxT8QHC2OF28","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":181.3626034644684,"y":1588.476971709968,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.304347826086996,"height":12.173913043478024,"seed":1250992946,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,1.7391304347825098],[-3.478260869565247,2.6086956521737648],[-4.347826086956502,4.347826086956502],[-6.0869565217391255,6.956521739130267],[-7.826086956521749,8.695652173913004],[-9.565217391304373,10.434782608695514],[-11.304347826086996,11.304347826086769],[-11.304347826086996,12.173913043478024],[-11.304347826086996,12.173913043478024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":282149038,"index":"b4m","isDeleted":false,"id":"SEG5Qhx6hrERRtfFJ9m7y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":206.57999476881628,"y":1579.7813195360548,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.826086956521635,"height":31.304347826086996,"seed":1404309934,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[3.4782608695651334,0],[6.0869565217391255,0],[8.695652173913004,0],[11.304347826086882,0],[13.043478260869506,0],[13.913043478260875,0],[15.652173913043384,0.8695652173912549],[15.652173913043384,2.608695652173992],[13.913043478260875,4.347826086956729],[11.304347826086882,6.956521739130494],[9.565217391304259,9.565217391304486],[6.95652173913038,13.043478260869733],[5.217391304347757,14.782608695652243],[3.4782608695651334,17.391304347826235],[1.7391304347825098,20],[0,21.739130434782737],[-1.7391304347826235,23.478260869565247],[-2.608695652173992,25.217391304347984],[-3.478260869565247,26.956521739130494],[-5.217391304347871,28.69565217391323],[-5.217391304347871,29.565217391304486],[-6.0869565217391255,29.565217391304486],[-5.217391304347871,30.43478260869574],[-4.347826086956616,30.43478260869574],[-3.478260869565247,30.43478260869574],[-1.7391304347826235,30.43478260869574],[0,31.304347826086996],[2.6086956521738784,31.304347826086996],[5.217391304347757,31.304347826086996],[7.826086956521635,31.304347826086996],[10.434782608695627,31.304347826086996],[13.043478260869506,31.304347826086996],[16.521739130434753,30.43478260869574],[19.13043478260863,30.43478260869574],[20,30.43478260869574],[20.869565217391255,30.43478260869574],[21.73913043478251,30.43478260869574],[21.73913043478251,30.43478260869574]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1249966830,"index":"b4n","isDeleted":false,"id":"-MY2KcC-9vMKvRr3uh6ft","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":244.84086433403365,"y":1600.650884753446,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":20.869565217391255,"seed":514127858,"groupIds":["Z4Mo1VPANlZnE-fNW0o3r"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-1.7391304347826235,-0.8695652173912549],[-0.8695652173913686,-1.7391304347825098],[0,-2.6086956521737648],[0.8695652173912549,-2.6086956521737648],[1.7391304347826235,-2.6086956521737648],[3.4782608695651334,-2.6086956521737648],[3.4782608695651334,-1.7391304347825098],[4.347826086956502,0],[4.347826086956502,0.8695652173914823],[4.347826086956502,2.608695652173992],[3.4782608695651334,4.347826086956729],[2.6086956521738784,6.956521739130494],[1.7391304347826235,8.695652173913231],[0,10.434782608695741],[-2.608695652173992,14.782608695652243],[-2.608695652173992,15.652173913043498],[-2.608695652173992,16.52173913043498],[-1.7391304347826235,17.391304347826235],[0,18.26086956521749],[1.7391304347826235,18.26086956521749],[4.347826086956502,18.26086956521749],[6.0869565217391255,18.26086956521749],[6.95652173913038,18.26086956521749],[8.695652173913004,18.26086956521749],[9.565217391304259,18.26086956521749],[10.434782608695627,18.26086956521749],[11.304347826086882,18.26086956521749],[11.304347826086882,18.26086956521749]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":343,"versionNonce":582970670,"index":"b5A","isDeleted":false,"id":"wypfmhx7uepgsxCpVHj24","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-513.5407032855833,"y":1692.2715870767736,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":42.60869565217399,"seed":694457262,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347829646],[-0.8695652173913118,-0.8695652173914823],[0,1.7391304347825098],[0,4.347826086956502],[1.7391304347825667,7.826086956521522],[2.6086956521738784,12.173913043478024],[3.47826086956519,15.652173913043498],[5.217391304347814,20.869565217391028],[6.956521739130437,25.21739130434753],[8.695652173913004,29.56521739130403],[10.434782608695627,33.043478260869506],[12.173913043478251,36.521739130434526],[13.913043478260818,39.13043478260852],[15.652173913043441,40],[16.521739130434753,40.86956521739103],[17.391304347826065,40.86956521739103],[18.260869565217376,40.86956521739103],[19.13043478260869,40.86956521739103],[20.869565217391255,39.13043478260852],[21.739130434782567,37.39130434782601],[23.47826086956519,33.91304347826053],[24.347826086956502,30.434782608695514],[25.217391304347814,27.82608695652152],[25.217391304347814,22.608695652173992],[26.086956521739125,19.130434782608518],[26.086956521739125,15.652173913043498],[26.956521739130437,11.304347826086996],[26.956521739130437,8.695652173913004],[26.956521739130437,6.086956521739012],[26.956521739130437,5.2173913043475295],[26.956521739130437,4.347826086956502],[26.956521739130437,3.4782608695650197],[26.956521739130437,2.608695652173992],[26.956521739130437,1.7391304347825098],[26.956521739130437,0.8695652173910275],[26.956521739130437,0],[26.956521739130437,0.8695652173910275],[26.956521739130437,1.7391304347825098],[26.956521739130437,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":320,"versionNonce":1190500206,"index":"b5B","isDeleted":false,"id":"1ckZTQ6xb1q_VR9lAe3Un","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-479.2999166434255,"y":1722.734373428567,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.0869565217391255,"height":15.652173913043498,"seed":834393586,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0],[1.7391304347826235,0],[3.478260869565247,-0.8695652173910275],[4.347826086956559,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.0869565217391255,-3.4782608695650197],[6.0869565217391255,-2.608695652173992],[6.0869565217391255,-0.8695652173910275],[6.0869565217391255,1.7391304347829646],[6.0869565217391255,4.347826086956502],[6.0869565217391255,7.826086956521976],[6.0869565217391255,9.565217391304486],[6.0869565217391255,11.304347826086996],[6.0869565217391255,12.173913043478478],[6.0869565217391255,11.304347826086996],[6.0869565217391255,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":319,"versionNonce":1332509102,"index":"b5C","isDeleted":false,"id":"4dcc6UK9nF3c-NjscvvPJ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-506.299198184396,"y":1679.6472690052967,"strokeColor":"#ffffff","backgroundColor":"transparent","width":35.65217391304344,"height":1.7391304347829646,"seed":1810754222,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,0.8695652173914823],[1.7391304347825667,0],[3.47826086956519,0],[6.0869565217391255,0],[9.565217391304316,0],[13.043478260869563,0],[17.391304347826065,0],[21.739130434782567,0],[26.086956521739125,0],[29.565217391304316,0.8695652173914823],[32.17391304347825,1.7391304347829646],[33.913043478260875,1.7391304347829646],[34.78260869565213,1.7391304347829646],[35.65217391304344,1.7391304347829646],[35.65217391304344,1.7391304347829646]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":326,"versionNonce":1665995758,"index":"b5D","isDeleted":false,"id":"xC0LK-lgJu-8FaXhH6q8w","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-476.80959019132246,"y":1675.081248741437,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.173913043478251,"height":15.652173913043498,"seed":1450575090,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[2.6086956521739353,0.8695652173914823],[3.478260869565247,1.7391304347825098],[6.0869565217391255,2.608695652173992],[7.826086956521749,3.4782608695650197],[9.565217391304373,4.347826086956502],[10.434782608695684,5.2173913043475295],[11.30434782608694,6.086956521739012],[12.173913043478251,6.086956521739012],[12.173913043478251,6.956521739130494],[11.30434782608694,8.695652173913004],[10.434782608695684,9.565217391304486],[9.565217391304373,11.304347826086996],[9.565217391304373,12.173913043478024],[8.69565217391306,13.043478260869506],[6.956521739130437,13.913043478260988],[6.0869565217391255,14.782608695652016],[4.347826086956559,14.782608695652016],[2.6086956521739353,14.782608695652016],[1.7391304347826235,15.652173913043498],[1.7391304347826235,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":310,"versionNonce":1554015790,"index":"b5E","isDeleted":false,"id":"XcKiwln7ynPaikD-3oEL_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-448.10826621087995,"y":1710.8215548186015,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130437,"height":6.086956521739012,"seed":252105006,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173913118,-1.7391304347825098],[0,-2.608695652173992],[0.8695652173913118,-2.608695652173992],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-0.8695652173914823],[4.347826086956559,0.8695652173914823],[4.347826086956559,1.7391304347825098],[3.478260869565247,2.608695652173992],[2.6086956521739353,3.4782608695650197],[1.7391304347826235,3.4782608695650197],[0.8695652173913118,3.4782608695650197],[0,3.4782608695650197],[-1.7391304347826235,2.608695652173992],[-2.6086956521738784,2.608695652173992],[-2.6086956521738784,1.7391304347825098],[-2.6086956521738784,0.8695652173914823],[-2.6086956521738784,0],[-1.7391304347826235,-0.8695652173914823],[0,-0.8695652173914823],[0.8695652173913118,-1.7391304347825098],[1.7391304347826235,-1.7391304347825098],[1.7391304347826235,-0.8695652173914823],[1.7391304347826235,0],[1.7391304347826235,0.8695652173914823],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,1.7391304347825098],[0.8695652173913118,0.8695652173914823],[0.8695652173913118,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":315,"versionNonce":1817145454,"index":"b5F","isDeleted":false,"id":"1LOMJvnMbChVDgYGw_xBl","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-419.4865863738284,"y":1699.209599845453,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":34.782608695652016,"seed":1667008494,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[0,2.608695652173992],[0.8695652173913118,5.2173913043475295],[0.8695652173913118,6.956521739130494],[1.7391304347826235,11.304347826086996],[1.7391304347826235,13.913043478260988],[2.6086956521738784,18.26086956521749],[3.47826086956519,20.869565217391482],[4.347826086956502,24.347826086956502],[5.217391304347814,26.956521739130494],[6.956521739130437,29.565217391304486],[7.826086956521749,30.434782608695514],[9.565217391304316,31.304347826086996],[10.434782608695627,31.304347826086996],[11.30434782608694,32.173913043478024],[13.043478260869563,32.173913043478024],[13.913043478260875,32.173913043478024],[15.652173913043441,30.434782608695514],[17.391304347826065,28.695652173913004],[18.260869565217376,26.086956521739012],[19.13043478260869,22.608695652173992],[20,19.130434782608518],[20.86956521739131,16.521739130434526],[21.739130434782624,13.043478260869506],[21.739130434782624,9.565217391304486],[21.739130434782624,6.956521739130494],[22.60869565217388,4.347826086956502],[22.60869565217388,1.7391304347825098],[22.60869565217388,0.8695652173914823],[22.60869565217388,-0.8695652173914823],[22.60869565217388,-1.7391304347825098],[22.60869565217388,-2.608695652173992],[21.739130434782624,-1.7391304347825098],[21.739130434782624,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":309,"versionNonce":1042494126,"index":"b5G","isDeleted":false,"id":"i-LQUNupcAq-1rRA8MAeg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.6854256271846,"y":1728.7669103629898,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.78260869565213,"height":14.78260869565247,"seed":458024178,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173913118,-0.8695652173914823],[1.7391304347826235,-0.8695652173914823],[2.6086956521739353,-0.8695652173914823],[3.478260869565247,-0.8695652173914823],[4.347826086956559,-0.8695652173914823],[5.217391304347871,0],[5.217391304347871,0.8695652173914823],[5.217391304347871,2.608695652173992],[4.347826086956559,4.347826086956502],[3.478260869565247,6.086956521739012],[2.6086956521739353,7.826086956521522],[0.8695652173913118,9.565217391304486],[0,10.434782608695514],[-0.8695652173913118,11.304347826086996],[-1.7391304347825667,13.043478260869506],[-1.7391304347825667,13.913043478260988],[-0.8695652173913118,13.913043478260988],[0.8695652173913118,13.913043478260988],[2.6086956521739353,13.043478260869506],[3.478260869565247,13.043478260869506],[6.0869565217391255,13.043478260869506],[7.826086956521749,13.043478260869506],[10.434782608695684,13.043478260869506],[11.304347826086996,13.043478260869506],[12.173913043478251,13.043478260869506],[13.043478260869563,12.173913043478478],[13.043478260869563,13.043478260869506],[13.043478260869563,13.043478260869506]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":295,"versionNonce":482651374,"index":"b5H","isDeleted":false,"id":"2U17d38aH4yChL0xbHlOS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-416.55728813999974,"y":1681.161571406016,"strokeColor":"#ffffff","backgroundColor":"transparent","width":29.565217391304316,"height":0.8695652173914823,"seed":1004451502,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.95652173913038,0.8695652173914823],[9.565217391304316,0.8695652173914823],[13.043478260869563,0.8695652173914823],[16.521739130434753,0.8695652173914823],[20,0.8695652173914823],[23.47826086956519,0.8695652173914823],[26.086956521739125,0.8695652173914823],[26.95652173913038,0.8695652173914823],[28.695652173913004,0.8695652173914823],[29.565217391304316,0.8695652173914823],[29.565217391304316,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":304,"versionNonce":364699438,"index":"b5I","isDeleted":false,"id":"8sewmsq_RIyf5JL7df7vo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-390.57718927705395,"y":1676.5631372925152,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.30434782608694,"height":16.52173913043498,"seed":753545010,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347825667,0.8695652173914823],[2.6086956521738784,1.7391304347829646],[3.47826086956519,1.7391304347829646],[5.217391304347814,2.608695652173992],[6.956521739130437,3.4782608695654744],[7.826086956521692,3.4782608695654744],[9.565217391304316,4.347826086956957],[10.434782608695627,4.347826086956957],[10.434782608695627,5.217391304347984],[11.30434782608694,5.217391304347984],[11.30434782608694,6.0869565217394666],[11.30434782608694,7.826086956521976],[11.30434782608694,8.695652173913004],[10.434782608695627,10.434782608695969],[9.565217391304316,11.304347826086996],[9.565217391304316,12.173913043478478],[7.826086956521692,13.913043478260988],[6.956521739130437,14.78260869565247],[6.0869565217391255,15.652173913043498],[5.217391304347814,15.652173913043498],[5.217391304347814,16.52173913043498],[4.347826086956502,16.52173913043498],[4.347826086956502,16.52173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":237,"versionNonce":494193006,"index":"b5J","isDeleted":false,"id":"4Xs5rp191brn1k1wK2rbm","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-351.05515190739106,"y":1703.003343367681,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":1.7391304347825098,"seed":544775470,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[2.6086956521739353,-0.8695652173910275],[3.47826086956519,0],[5.217391304347814,0],[7.826086956521749,0],[10.434782608695627,0],[12.173913043478251,0],[14.782608695652186,0],[16.521739130434753,0],[18.260869565217376,0],[20,0.8695652173914823],[20,0.8695652173914823]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":246,"versionNonce":859138990,"index":"b5K","isDeleted":false,"id":"8Gy_qv4JWmujWLyhS0wpQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-348.0401897203992,"y":1717.0034294904424,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":2.608695652173992,"seed":529421170,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,0],[-0.8695652173912549,-0.8695652173914823],[0,0],[0,-0.8695652173914823],[0.8695652173913118,-0.8695652173914823],[2.6086956521739353,-1.7391304347825098],[3.478260869565247,-1.7391304347825098],[4.347826086956559,-2.608695652173992],[6.086956521739182,-2.608695652173992],[8.69565217391306,-2.608695652173992],[10.434782608695684,-2.608695652173992],[13.043478260869563,-2.608695652173992],[14.782608695652186,-2.608695652173992],[16.52173913043481,-2.608695652173992],[17.39130434782612,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[18.260869565217433,-2.608695652173992],[18.260869565217433,-1.7391304347825098],[19.130434782608745,-1.7391304347825098],[19.130434782608745,-1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":86492654,"index":"b5L","isDeleted":false,"id":"oILCKw_Lhg6xUSDHZqLss","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-288.8480638556937,"y":1691.0252921133726,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.608695652173992,"height":47.826086956521976,"seed":468147758,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[0,0.8695652173914823],[-0.8695652173913686,3.4782608695654744],[-0.8695652173913686,5.217391304347984],[-0.8695652173913686,8.695652173913004],[-0.8695652173913686,12.173913043478478],[-0.8695652173913686,16.52173913043498],[-0.8695652173913686,20],[0,25.217391304347984],[0,29.565217391304486],[0,34.78260869565247],[0.8695652173912549,39.13043478260897],[0.8695652173912549,42.60869565217399],[0.8695652173912549,45.217391304347984],[0.8695652173912549,47.826086956521976],[0.8695652173912549,46.956521739130494],[1.7391304347826235,45.217391304347984],[1.7391304347826235,44.34782608695696],[1.7391304347826235,44.34782608695696]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":341104686,"index":"b5M","isDeleted":false,"id":"0mtR_mik3ZfF2dhGK5F2B","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-266.2771385262456,"y":1702.6534478910737,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.60869565217388,"height":29.565217391304486,"seed":1795315378,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[-0.8695652173912549,-0.8695652173914823],[-0.8695652173912549,0],[0,0],[0,-0.8695652173914823],[0,0],[0,0.8695652173910275],[0,1.7391304347825098],[0,3.4782608695650197],[0.8695652173912549,6.086956521739012],[0.8695652173912549,8.695652173913004],[1.7391304347826235,11.304347826086996],[2.6086956521738784,14.782608695652016],[4.347826086956502,17.391304347826008],[5.217391304347871,20],[6.95652173913038,22.608695652173992],[7.826086956521749,25.21739130434753],[8.695652173913004,26.086956521739012],[10.434782608695627,26.956521739130494],[11.304347826086996,27.82608695652152],[11.304347826086996,28.695652173913004],[12.173913043478251,28.695652173913004],[13.04347826086962,27.82608695652152],[14.78260869565213,26.956521739130494],[15.652173913043498,25.21739130434753],[16.521739130434753,22.608695652173992],[17.39130434782612,20.869565217391028],[18.260869565217376,17.391304347826008],[19.130434782608745,14.782608695652016],[20,11.304347826086996],[20.869565217391255,8.695652173913004],[20.869565217391255,6.956521739130494],[21.739130434782624,4.347826086956502],[21.739130434782624,3.4782608695650197],[21.739130434782624,2.608695652173992],[21.739130434782624,1.7391304347825098],[21.739130434782624,0.8695652173910275],[21.739130434782624,0],[21.739130434782624,0.8695652173910275],[21.739130434782624,0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":244,"versionNonce":1487250030,"index":"b5N","isDeleted":false,"id":"JS8h4FsMCir_7LJ101tGg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-239.7637403053486,"y":1726.85595530169,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.956521739130494,"height":13.043478260869506,"seed":1210122670,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748399,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,-0.8695652173910275],[2.608695652173992,-0.8695652173910275],[3.478260869565247,-1.7391304347825098],[5.217391304347871,-2.608695652173992],[6.086956521739239,-2.608695652173992],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-4.347826086956502],[6.956521739130494,-3.4782608695650197],[6.956521739130494,-1.7391304347825098],[6.956521739130494,0],[6.956521739130494,2.608695652173992],[6.956521739130494,4.347826086956502],[6.956521739130494,6.086956521739012],[6.956521739130494,6.956521739130494],[6.956521739130494,7.826086956521976],[6.956521739130494,8.695652173913004],[6.956521739130494,7.826086956521976],[6.956521739130494,7.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":1692607662,"index":"b5O","isDeleted":false,"id":"6UY_-fRUx12dlP_8HJbSQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-267.7260404481293,"y":1684.525259019346,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.17391304347825,"height":2.608695652173992,"seed":624913202,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[0.8695652173912549,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0],[6.95652173913038,0],[9.565217391304259,0],[13.913043478260875,-0.8695652173914823],[17.391304347826008,0],[21.739130434782624,0],[24.347826086956502,0.8695652173914823],[26.95652173913038,0.8695652173914823],[29.56521739130426,1.7391304347825098],[30.434782608695627,1.7391304347825098],[31.304347826086882,1.7391304347825098],[32.17391304347825,1.7391304347825098],[32.17391304347825,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":179724014,"index":"b5P","isDeleted":false,"id":"97gUDqJkWhqqVu6rdaMMd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-243.45207537578952,"y":1681.6028760249658,"strokeColor":"#ffffff","backgroundColor":"transparent","width":13.913043478260875,"height":11.304347826086996,"seed":800790894,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.7391304347826235,1.7391304347829646],[3.478260869565247,2.608695652173992],[5.217391304347757,2.608695652173992],[6.95652173913038,3.4782608695654744],[8.695652173913004,3.4782608695654744],[10.434782608695627,4.347826086956957],[12.173913043478251,4.347826086956957],[13.043478260869506,5.217391304347984],[13.913043478260875,6.0869565217394666],[13.043478260869506,6.956521739130494],[12.173913043478251,7.826086956521976],[11.304347826086996,8.695652173913459],[9.565217391304373,9.565217391304486],[8.695652173913004,10.434782608695969],[7.826086956521749,11.304347826086996],[6.95652173913038,11.304347826086996],[6.0869565217391255,11.304347826086996],[5.217391304347757,11.304347826086996],[5.217391304347757,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":242,"versionNonce":2124960046,"index":"b5Q","isDeleted":false,"id":"1YhQmASePQ7evY2-mJR8x","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-207.6356845333873,"y":1684.475394360804,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.478260869565247,"height":48.69565217391346,"seed":1535136050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,-1.7391304347829646],[0.8695652173913686,-0.8695652173914823],[1.7391304347826235,0.8695652173910275],[1.7391304347826235,4.347826086956502],[1.7391304347826235,8.695652173913004],[1.7391304347826235,13.913043478260988],[2.6086956521738784,19.130434782608518],[2.6086956521738784,24.347826086956502],[2.6086956521738784,29.56521739130403],[2.6086956521738784,34.782608695652016],[2.6086956521738784,40],[2.6086956521738784,42.60869565217399],[2.6086956521738784,46.956521739130494],[3.478260869565247,45.21739130434753],[3.478260869565247,43.47826086956502],[3.478260869565247,43.47826086956502]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":248,"versionNonce":2082601838,"index":"b5R","isDeleted":false,"id":"WcAyVXFTKNUAiHacb5_XR","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-196.3392044335635,"y":1681.426852735097,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.347826086956502,"height":52.17391304347848,"seed":1582895982,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,3.4782608695654744],[0.8695652173912549,4.347826086956502],[0.8695652173912549,5.217391304347984],[0.8695652173912549,7.826086956521976],[1.7391304347826235,11.304347826086996],[1.7391304347826235,16.52173913043498],[1.7391304347826235,20],[2.6086956521738784,26.086956521739467],[2.6086956521738784,29.565217391304486],[3.4782608695651334,33.91304347826099],[3.4782608695651334,38.26086956521749],[3.4782608695651334,41.73913043478251],[3.4782608695651334,44.3478260869565],[3.4782608695651334,47.826086956521976],[3.4782608695651334,49.565217391304486],[3.4782608695651334,50.43478260869597],[3.4782608695651334,51.304347826086996],[3.4782608695651334,52.17391304347848],[3.4782608695651334,51.304347826086996],[4.347826086956502,49.565217391304486],[4.347826086956502,47.826086956521976],[4.347826086956502,47.826086956521976]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":265,"versionNonce":1768709550,"index":"b5S","isDeleted":false,"id":"qIattdyMED8ClhM1rbsHd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-179.96460453782393,"y":1699.8980817781937,"strokeColor":"#ffffff","backgroundColor":"transparent","width":30.434782608695627,"height":38.260869565217035,"seed":635399282,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0.8695652173910275],[0.8695652173912549,1.7391304347825098],[1.7391304347826235,2.6086956521735374],[2.6086956521738784,4.347826086956047],[3.478260869565247,6.086956521739012],[4.347826086956502,8.695652173913004],[5.217391304347871,11.304347826086541],[6.0869565217391255,13.913043478260533],[6.95652173913038,15.652173913043043],[8.695652173913004,18.260869565217035],[9.565217391304373,20.869565217391028],[11.304347826086996,22.608695652173537],[13.043478260869506,25.21739130434753],[14.78260869565213,26.95652173913004],[16.521739130434753,27.82608695652152],[17.39130434782612,28.695652173913004],[19.130434782608745,30.434782608695514],[20,31.30434782608654],[21.739130434782624,30.434782608695514],[22.60869565217388,28.695652173913004],[23.478260869565247,26.086956521739012],[24.347826086956502,24.347826086956047],[25.21739130434787,20.869565217391028],[26.086956521739125,17.391304347826008],[26.95652173913038,13.913043478260533],[27.82608695652175,11.304347826086541],[27.82608695652175,8.695652173913004],[27.82608695652175,6.086956521739012],[28.695652173913004,2.6086956521735374],[28.695652173913004,0],[28.695652173913004,-1.7391304347829646],[28.695652173913004,-2.608695652173992],[28.695652173913004,-4.347826086956957],[29.565217391304373,-5.217391304347984],[29.565217391304373,-6.956521739130494],[30.434782608695627,-6.956521739130494],[30.434782608695627,-6.0869565217394666],[30.434782608695627,-3.4782608695654744],[30.434782608695627,-3.4782608695654744]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":258,"versionNonce":2075162606,"index":"b5T","isDeleted":false,"id":"eQZbLldmsWS0vZHU5sS07","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-144.0512635437746,"y":1720.9536404251123,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.652173913043498,"height":16.521739130434526,"seed":1694441454,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0],[1.7391304347826235,0],[2.6086956521738784,0],[4.347826086956502,0],[5.217391304347871,0.8695652173910275],[6.0869565217391255,1.7391304347825098],[6.956521739130494,2.6086956521735374],[6.956521739130494,4.347826086956047],[6.956521739130494,5.2173913043475295],[6.956521739130494,6.956521739130039],[6.0869565217391255,8.695652173913004],[4.347826086956502,9.565217391304031],[3.478260869565247,11.304347826086541],[1.7391304347826235,13.043478260869506],[0.8695652173913686,13.913043478260533],[0,14.782608695652016],[0,15.652173913043043],[0.8695652173913686,15.652173913043043],[0.8695652173913686,16.521739130434526],[2.6086956521738784,16.521739130434526],[3.478260869565247,16.521739130434526],[5.217391304347871,16.521739130434526],[6.956521739130494,15.652173913043043],[8.695652173913118,15.652173913043043],[10.434782608695627,15.652173913043043],[11.304347826086996,15.652173913043043],[13.04347826086962,15.652173913043043],[13.913043478260875,14.782608695652016],[14.782608695652243,15.652173913043043],[14.782608695652243,14.782608695652016],[15.652173913043498,14.782608695652016],[15.652173913043498,14.782608695652016]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":235,"versionNonce":1526155822,"index":"b5U","isDeleted":false,"id":"FbAROUgoJ2fCPMD06xUtE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-175.40554478118187,"y":1681.7366048650208,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.82608695652175,"height":1.7391304347825098,"seed":258736498,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[20.869565217391255,1.7391304347825098],[21.739130434782624,1.7391304347825098],[23.478260869565133,1.7391304347825098],[25.217391304347757,1.7391304347825098],[26.95652173913038,1.7391304347825098],[26.95652173913038,0.8695652173910275],[27.82608695652175,1.7391304347825098],[27.82608695652175,1.7391304347825098]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":247,"versionNonce":1177146478,"index":"b5V","isDeleted":false,"id":"VFFzSeCZFkO-0iNhR0Jl5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-151.1159555785607,"y":1678.8304287954604,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.434782608695627,"height":11.304347826086996,"seed":1695589678,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173912549,0],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[3.478260869565247,1.7391304347829646],[5.217391304347757,1.7391304347829646],[6.95652173913038,2.608695652173992],[8.695652173913004,2.608695652173992],[9.565217391304373,2.608695652173992],[10.434782608695627,3.4782608695654744],[10.434782608695627,4.347826086956502],[9.565217391304373,4.347826086956502],[9.565217391304373,5.217391304347984],[8.695652173913004,5.217391304347984],[7.826086956521749,6.086956521739012],[6.95652173913038,6.956521739130494],[5.217391304347757,7.826086956521976],[3.478260869565247,8.695652173913004],[2.6086956521738784,9.565217391304486],[0.8695652173912549,10.434782608695969],[0,11.304347826086996],[0,11.304347826086996]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":245,"versionNonce":923866798,"index":"b5W","isDeleted":false,"id":"LgtElJ_C-FbAJHB5b6Elb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-109.34576038020231,"y":1682.8884917215435,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.217391304347871,"height":50.434782608695514,"seed":366052594,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,4.347826086956502],[0.8695652173913686,7.826086956521976],[0.8695652173913686,9.565217391304486],[0.8695652173913686,13.043478260869506],[1.7391304347826235,17.391304347826008],[1.7391304347826235,22.608695652173992],[2.6086956521738784,27.826086956521976],[2.6086956521738784,31.304347826086996],[2.6086956521738784,36.52173913043498],[2.6086956521738784,39.13043478260897],[3.478260869565247,42.60869565217399],[3.478260869565247,45.217391304347984],[4.347826086956502,46.956521739130494],[4.347826086956502,48.695652173913004],[4.347826086956502,49.565217391304486],[4.347826086956502,50.434782608695514],[5.217391304347871,50.434782608695514],[5.217391304347871,49.565217391304486],[5.217391304347871,49.565217391304486]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":106303726,"index":"b5X","isDeleted":false,"id":"uCCljTWlUkBDeZ_vFV9cB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-65.24522904954665,"y":1706.8300121261752,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20.86956521739137,"height":22.608695652173992,"seed":1069589102,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-0.8695652173914823],[-0.8695652173912549,-1.7391304347825098],[-1.7391304347826235,-1.7391304347825098],[-2.6086956521738784,-2.608695652173992],[-3.4782608695651334,-2.608695652173992],[-5.217391304347757,-2.608695652173992],[-6.95652173913038,-2.608695652173992],[-7.826086956521749,-1.7391304347825098],[-9.565217391304373,-0.8695652173914823],[-11.304347826086882,0.8695652173910275],[-13.043478260869506,1.7391304347825098],[-13.913043478260875,3.4782608695650197],[-14.78260869565213,5.217391304347984],[-15.652173913043498,7.826086956521522],[-15.652173913043498,10.434782608695514],[-15.652173913043498,12.173913043478024],[-15.652173913043498,13.913043478260988],[-14.78260869565213,15.652173913043498],[-13.913043478260875,16.52173913043498],[-12.173913043478251,18.26086956521749],[-10.434782608695627,19.130434782608518],[-7.826086956521749,20],[-5.217391304347757,20],[-2.6086956521738784,20],[0,19.130434782608518],[1.7391304347826235,18.26086956521749],[3.478260869565247,16.52173913043498],[4.347826086956502,15.652173913043498],[5.217391304347871,15.652173913043498],[5.217391304347871,15.652173913043498]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":256,"versionNonce":260162350,"index":"b5Y","isDeleted":false,"id":"tZcj3-Vk7tu2UIKYh5vgZ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-39.14479950065464,"y":1708.7028383737754,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.260869565217376,"height":24.347826086956502,"seed":1984904050,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.6086956521738784,-1.7391304347825098],[-3.4782608695651334,-1.7391304347825098],[-5.217391304347757,-1.7391304347825098],[-6.95652173913038,-0.8695652173910275],[-8.695652173913004,-0.8695652173910275],[-10.434782608695627,0.8695652173914823],[-11.304347826086882,2.608695652173992],[-12.173913043478251,5.217391304347984],[-13.043478260869506,7.826086956521976],[-13.043478260869506,10.434782608695969],[-13.043478260869506,12.173913043478478],[-12.173913043478251,13.913043478260988],[-10.434782608695627,16.52173913043498],[-8.695652173913004,18.26086956521749],[-6.95652173913038,19.130434782608972],[-5.217391304347757,19.130434782608972],[-2.6086956521738784,18.26086956521749],[0,16.52173913043498],[2.608695652173992,14.78260869565247],[4.347826086956502,12.173913043478478],[5.217391304347871,9.565217391304486],[5.217391304347871,6.0869565217394666],[5.217391304347871,3.4782608695654744],[3.478260869565247,0.8695652173914823],[1.7391304347826235,-1.7391304347825098],[0,-3.4782608695650197],[-0.8695652173912549,-4.347826086956047],[-1.7391304347826235,-5.2173913043475295],[-3.4782608695651334,-4.347826086956047],[-3.4782608695651334,-4.347826086956047]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":260,"versionNonce":1425878382,"index":"b5Z","isDeleted":false,"id":"v57JEvCRNS5GrowL_MFV1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":-15.70022939204955,"y":1704.4560028527314,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.13043478260863,"height":25.21739130434753,"seed":303412398,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-5.217391304347871,0.8695652173914823],[-6.0869565217391255,0.8695652173914823],[-6.95652173913038,1.7391304347825098],[-7.826086956521749,2.608695652173992],[-8.695652173913004,4.347826086956502],[-8.695652173913004,5.2173913043475295],[-8.695652173913004,6.086956521739012],[-7.826086956521749,6.956521739130494],[-6.0869565217391255,8.695652173913004],[-4.347826086956502,9.565217391304486],[-1.7391304347826235,10.434782608695514],[0,11.304347826086996],[1.7391304347826235,13.043478260869506],[3.478260869565247,13.913043478260988],[5.217391304347871,14.782608695652016],[6.0869565217391255,15.652173913043498],[7.826086956521749,16.521739130434526],[7.826086956521749,17.391304347826008],[8.695652173913004,18.26086956521749],[7.826086956521749,20],[6.95652173913038,20.869565217391482],[6.95652173913038,22.608695652173992],[5.217391304347871,23.47826086956502],[3.478260869565247,24.347826086956502],[2.6086956521738784,24.347826086956502],[0,25.21739130434753],[-2.6086956521738784,25.21739130434753],[-5.217391304347871,25.21739130434753],[-6.95652173913038,25.21739130434753],[-9.565217391304373,25.21739130434753],[-10.434782608695627,24.347826086956502],[-9.565217391304373,23.47826086956502],[-8.695652173913004,22.608695652173992],[-8.695652173913004,22.608695652173992]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":286,"versionNonce":605114286,"index":"b5a","isDeleted":false,"id":"uTzVMp3ZvFuQ4PxE_5huw","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":39.44850519003893,"y":1690.545906374394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":26.956521739130494,"height":46.95652173913004,"seed":1827882034,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.7391304347825098],[0,-2.608695652173992],[-0.8695652173912549,-2.608695652173992],[-1.7391304347826235,-3.4782608695650197],[-2.6086956521738784,-4.347826086956502],[-3.4782608695651334,-4.347826086956502],[-4.347826086956502,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-9.565217391304259,-3.4782608695650197],[-11.304347826086882,-1.7391304347825098],[-14.78260869565213,0.8695652173910275],[-15.652173913043384,2.608695652173992],[-17.391304347826008,5.217391304347984],[-19.13043478260863,7.826086956521522],[-20,11.304347826086996],[-20.869565217391255,14.782608695652016],[-20.869565217391255,18.26086956521749],[-21.739130434782624,21.73913043478251],[-21.739130434782624,25.217391304347984],[-21.739130434782624,27.82608695652152],[-21.739130434782624,31.304347826086996],[-21.739130434782624,33.91304347826099],[-20.869565217391255,35.6521739130435],[-20,38.26086956521749],[-18.260869565217376,39.13043478260852],[-16.521739130434753,40],[-14.78260869565213,40.86956521739103],[-13.043478260869506,40.86956521739103],[-10.434782608695627,40],[-8.695652173913004,39.13043478260852],[-6.0869565217391255,37.39130434782601],[-4.347826086956502,36.52173913043498],[-3.4782608695651334,34.782608695652016],[-0.8695652173912549,33.043478260869506],[0,30.434782608695514],[1.7391304347826235,27.82608695652152],[2.608695652173992,24.347826086956502],[3.478260869565247,20.869565217391028],[4.347826086956502,17.391304347826008],[4.347826086956502,15.652173913043498],[4.347826086956502,12.173913043478024],[5.217391304347871,9.565217391304486],[5.217391304347871,6.956521739130494],[5.217391304347871,4.347826086956502],[4.347826086956502,2.608695652173992],[4.347826086956502,0.8695652173910275],[3.478260869565247,-0.8695652173914823],[2.608695652173992,-2.608695652173992],[1.7391304347826235,-3.4782608695650197],[0.8695652173913686,-4.347826086956502],[0,-5.217391304347984],[-1.7391304347826235,-6.086956521739012],[-2.6086956521738784,-6.086956521739012],[-3.4782608695651334,-6.086956521739012],[-5.217391304347757,-5.217391304347984],[-6.0869565217391255,-5.217391304347984],[-6.95652173913038,-4.347826086956502],[-6.95652173913038,-3.4782608695650197],[-6.95652173913038,-3.4782608695650197]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":240,"versionNonce":954673646,"index":"b5b","isDeleted":false,"id":"ukYM6dB19jrAnvKjozFDn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.036613893442503986,"x":22.925891867796963,"y":1707.9849573048753,"strokeColor":"#ffffff","backgroundColor":"transparent","width":19.130434782608745,"height":1.7391304347825098,"seed":83944302,"groupIds":["YoDRBAoQ57Et116s-hEdX"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0.8695652173913686,0.8695652173914823],[1.7391304347826235,0.8695652173914823],[2.6086956521738784,0.8695652173914823],[4.347826086956502,0.8695652173914823],[6.956521739130494,0.8695652173914823],[8.695652173913004,0.8695652173914823],[11.304347826086996,0.8695652173914823],[13.04347826086962,0.8695652173914823],[15.652173913043498,0],[17.39130434782612,-0.8695652173910275],[19.130434782608745,-0.8695652173910275],[19.130434782608745,0],[19.130434782608745,-0.8695652173910275],[19.130434782608745,-0.8695652173910275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":144,"versionNonce":1653062702,"index":"b5z","isDeleted":false,"id":"-f5KzNS6nyuCv1GNJXBzW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-634.0356512060943,"y":1829.0443285175122,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":50.58823529411757,"seed":1614860786,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,3.5294117647058556],[0,5.882352941176578],[-1.1764705882353041,8.235294117646845],[-1.1764705882353041,12.941176470588289],[-1.1764705882353041,15.294117647058556],[-1.1764705882353041,20],[-1.1764705882353041,24.70588235294099],[-1.1764705882353041,29.411764705882433],[-1.1764705882353041,34.11764705882342],[-2.3529411764706083,37.64705882352928],[-2.3529411764706083,41.176470588235134],[-2.3529411764706083,43.529411764705856],[-1.1764705882353041,45.88235294117658],[-1.1764705882353041,48.235294117646845],[-1.1764705882353041,49.41176470588243],[-1.1764705882353041,50.58823529411757],[-2.3529411764706083,49.41176470588243],[-2.3529411764706083,48.235294117646845],[-2.3529411764706083,48.235294117646845]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":651953774,"index":"b60","isDeleted":false,"id":"AjALBIluz6e-jLoixLQV0","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-617.875451918461,"y":1850.2972022946599,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":24.70588235294099,"seed":1221715886,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.176470588235361,2.3529411764702672],[-1.176470588235361,3.5294117647058556],[-2.3529411764706083,5.882352941176578],[-2.3529411764706083,8.235294117646845],[-2.3529411764706083,11.7647058823527],[-1.176470588235361,14.117647058823422],[-1.176470588235361,18.823529411764866],[0,21.176470588235134],[1.1764705882352473,22.352941176470267],[3.5294117647058556,23.529411764705856],[4.705882352941103,24.70588235294099],[7.058823529411711,24.70588235294099],[8.235294117647072,24.70588235294099],[9.41176470588232,23.529411764705856],[10.58823529411768,22.352941176470267],[11.764705882352928,20],[12.941176470588175,16.470588235294144],[14.117647058823536,12.941176470588289],[14.117647058823536,10.588235294117567],[12.941176470588175,9.411764705882433],[14.117647058823536,9.411764705882433],[14.117647058823536,10.588235294117567],[12.941176470588175,11.7647058823527],[12.941176470588175,12.941176470588289],[12.941176470588175,14.117647058823422],[14.117647058823536,17.647058823529278],[15.294117647058783,18.823529411764866],[16.470588235294144,21.176470588235134],[17.64705882352939,22.352941176470267],[20,23.529411764705856],[21.176470588235247,23.529411764705856],[23.529411764705856,23.529411764705856],[24.705882352941103,23.529411764705856],[25.882352941176464,22.352941176470267],[27.05882352941171,21.176470588235134],[28.235294117647072,18.823529411764866],[29.41176470588232,16.470588235294144],[29.41176470588232,12.941176470588289],[29.41176470588232,10.588235294117567],[29.41176470588232,7.058823529411711],[29.41176470588232,5.882352941176578],[28.235294117647072,4.705882352940989],[28.235294117647072,3.5294117647058556],[28.235294117647072,2.3529411764702672],[27.05882352941171,2.3529411764702672],[27.05882352941171,1.1764705882351336],[27.05882352941171,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1722615982,"index":"b61","isDeleted":false,"id":"7qRkgVfS481JgB4q5ZRDI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-573.8143446294868,"y":1871.6383531140161,"strokeColor":"#ffffff","backgroundColor":"transparent","width":9.41176470588232,"height":15.294117647058556,"seed":1329456174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.3529411764702672],[-2.3529411764704946,3.5294117647058556],[-2.3529411764704946,4.705882352940989],[-2.3529411764704946,5.882352941176578],[-2.3529411764704946,7.058823529411711],[-2.3529411764704946,8.235294117646845],[-2.3529411764704946,9.411764705882433],[-2.3529411764704946,10.588235294117567],[-2.3529411764704946,11.7647058823527],[-1.1764705882352473,11.7647058823527],[0,14.117647058823422],[1.176470588235361,14.117647058823422],[2.3529411764706083,15.294117647058556],[3.5294117647059693,14.117647058823422],[4.705882352941217,14.117647058823422],[5.882352941176578,14.117647058823422],[7.058823529411825,12.941176470588289],[7.058823529411825,12.941176470588289]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":27509486,"index":"b62","isDeleted":false,"id":"8ARKSNQqkaFoBtwR7-1PF","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-570.818297151038,"y":1862.1445455940673,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.705882352941103,"height":2.352941176470722,"seed":277754034,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-2.3529411764706083,0],[-2.3529411764706083,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[-2.3529411764706083,1.1764705882351336],[-3.5294117647058556,2.352941176470722],[-3.5294117647058556,1.1764705882351336],[-4.705882352941103,0],[-3.5294117647058556,0],[-3.5294117647058556,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":2051618094,"index":"b63","isDeleted":false,"id":"Vsee__WBacF5zZap6a59F","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-613.1871980909461,"y":1834.0875893698028,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":2.352941176470722,"seed":2089661166,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[4.705882352941217,0],[7.058823529411825,0],[9.41176470588232,0],[12.941176470588289,0],[16.470588235294144,0],[21.176470588235247,0],[24.705882352941217,0],[28.235294117647072,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[31.764705882352928,-1.1764705882355884],[30.58823529411768,-1.1764705882355884],[30.58823529411768,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":147,"versionNonce":436625262,"index":"b64","isDeleted":false,"id":"Spi0Wu0fc_mu0r0L3RgwO","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-590.79970951359,"y":1824.1415012656419,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":18.82352941176441,"seed":78964914,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,2.3529411764702672],[3.5294117647058556,3.5294117647058556],[4.705882352941217,3.5294117647058556],[5.882352941176464,4.705882352940989],[8.235294117647072,4.705882352940989],[10.58823529411768,5.882352941176578],[12.941176470588175,5.882352941176578],[15.294117647058783,7.058823529411711],[16.470588235294144,7.058823529411711],[17.64705882352939,8.235294117646845],[18.82352941176464,8.235294117646845],[18.82352941176464,9.411764705881978],[18.82352941176464,10.588235294117567],[17.64705882352939,11.7647058823527],[16.470588235294144,12.941176470588289],[15.294117647058783,14.117647058823422],[14.117647058823536,15.294117647058556],[12.941176470588175,16.47058823529369],[11.764705882352928,16.47058823529369],[11.764705882352928,17.647058823529278],[10.58823529411768,17.647058823529278],[10.58823529411768,18.82352941176441],[10.58823529411768,18.82352941176441]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":150,"versionNonce":354697646,"index":"b65","isDeleted":false,"id":"0MpmeXJcRxsF4o-w7wNlp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-550.4817433486332,"y":1832.5371596103107,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":45.88235294117658,"seed":1663609650,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[0,0],[-1.1764705882352473,0],[0,1.1764705882351336],[-1.1764705882352473,1.1764705882351336],[0,1.1764705882351336],[0,3.5294117647058556],[1.176470588235361,4.705882352940989],[1.176470588235361,7.058823529411711],[1.176470588235361,9.411764705881978],[1.176470588235361,12.941176470588289],[2.3529411764706083,16.470588235294144],[2.3529411764706083,18.823529411764866],[2.3529411764706083,23.529411764705856],[2.3529411764706083,25.882352941176578],[2.3529411764706083,29.411764705882433],[3.5294117647059693,32.94117647058829],[3.5294117647059693,36.470588235294144],[3.5294117647059693,38.823529411764866],[3.5294117647059693,42.35294117647027],[3.5294117647059693,44.70588235294099],[3.5294117647059693,45.88235294117658],[4.705882352941217,45.88235294117658],[3.5294117647059693,45.88235294117658],[2.3529411764706083,44.70588235294099],[2.3529411764706083,44.70588235294099]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":136,"versionNonce":785112046,"index":"b66","isDeleted":false,"id":"rnqPzWEpAwqXsP8-bRyLA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.0237549052426,"y":1846.888082777916,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.82352941176464,"height":1.1764705882355884,"seed":1241352174,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,0],[9.41176470588232,0],[11.764705882352928,0],[12.941176470588175,0],[16.470588235294144,0],[17.64705882352939,0],[18.82352941176464,-1.1764705882355884],[18.82352941176464,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":135,"versionNonce":1560686126,"index":"b67","isDeleted":false,"id":"pxxf6xRV5FFhXyCVv_4Ok","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-523.5234158556581,"y":1859.8666839854552,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.176470588235247,"height":2.352941176470722,"seed":1405879922,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[3.5294117647058556,0],[4.705882352941217,0],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[11.764705882352928,-1.1764705882355884],[15.294117647058783,-2.352941176470722],[17.64705882352939,-2.352941176470722],[20,-2.352941176470722],[21.176470588235247,-1.1764705882355884],[21.176470588235247,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":151,"versionNonce":1824274542,"index":"b68","isDeleted":false,"id":"-19IwqcjYF7_Z97maJjSn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.040382075564500575,"x":-489.1927490874898,"y":1846.9649655228388,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588175,"height":42.35294117647072,"seed":1079916270,"groupIds":["-bm0ALD0HELPlz9eozwsZ","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[4.705882352941103,-1.1764705882351336],[5.882352941176464,-2.352941176470722],[8.235294117647072,-5.882352941176123],[9.41176470588232,-9.411764705882433],[10.58823529411768,-11.7647058823527],[10.58823529411768,-12.941176470587834],[11.764705882352928,-14.117647058823422],[10.58823529411768,-14.117647058823422],[10.58823529411768,-12.941176470587834],[10.58823529411768,-10.588235294117567],[10.58823529411768,-8.235294117646845],[10.58823529411768,-4.705882352940989],[10.58823529411768,-1.1764705882351336],[10.58823529411768,4.705882352941444],[10.58823529411768,8.2352941176473],[11.764705882352928,14.117647058823877],[11.764705882352928,17.647058823529733],[11.764705882352928,22.352941176470722],[12.941176470588175,24.705882352941444],[12.941176470588175,27.058823529412166],[12.941176470588175,28.2352941176473],[12.941176470588175,27.058823529412166],[12.941176470588175,25.882352941176578],[11.764705882352928,24.705882352941444],[11.764705882352928,24.705882352941444]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":632748718,"index":"b69","isDeleted":false,"id":"AsIiC38hDXFigUqYbk58A","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-639.8823711961011,"y":1904.4364001678875,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176407,"height":55.29411764705901,"seed":663349682,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,1.1764705882351336],[1.1764705882353041,2.352941176470722],[1.1764705882353041,3.5294117647058556],[2.3529411764705515,7.058823529411711],[2.3529411764705515,9.411764705882433],[1.1764705882353041,15.29411764705901],[2.3529411764705515,20],[2.3529411764705515,25.882352941176578],[2.3529411764705515,31.7647058823527],[3.5294117647059124,37.64705882352928],[3.5294117647059124,42.35294117647072],[4.70588235294116,47.05882352941171],[4.70588235294116,50.58823529411757],[5.882352941176407,51.7647058823527],[5.882352941176407,54.11764705882342],[5.882352941176407,55.29411764705901],[5.882352941176407,54.11764705882342],[4.70588235294116,52.94117647058829],[3.5294117647059124,50.58823529411757],[3.5294117647059124,50.58823529411757]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":207,"versionNonce":1855943918,"index":"b6A","isDeleted":false,"id":"t6uzPgSiLBNlcKURV9mCo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-617.9053048767863,"y":1925.1873869482317,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":31.764705882353155,"seed":1075215342,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882351336],[0,0],[0,1.1764705882355884],[1.176470588235361,4.705882352941444],[1.176470588235361,8.2352941176473],[1.176470588235361,11.764705882353155],[2.3529411764706083,17.647058823529733],[2.3529411764706083,21.17647058823559],[2.3529411764706083,24.705882352941444],[2.3529411764706083,27.058823529412166],[2.3529411764706083,28.2352941176473],[2.3529411764706083,27.058823529412166],[3.5294117647059693,25.882352941176578],[3.5294117647059693,23.52941176470631],[4.705882352941217,20],[4.705882352941217,16.4705882352946],[4.705882352941217,12.941176470588289],[5.882352941176464,9.411764705882433],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[7.058823529411825,3.5294117647063104],[8.235294117647072,2.352941176470722],[9.411764705882433,1.1764705882355884],[10.58823529411768,1.1764705882355884],[11.764705882352928,0],[14.117647058823536,0],[15.294117647058897,0],[17.64705882352939,0],[18.823529411764753,1.1764705882355884],[20,3.5294117647063104],[20,5.882352941176578],[21.17647058823536,8.2352941176473],[21.17647058823536,10.588235294118022],[21.17647058823536,14.117647058823877],[21.17647058823536,16.4705882352946],[21.17647058823536,18.823529411764866],[21.17647058823536,21.17647058823559],[21.17647058823536,23.52941176470631],[21.17647058823536,24.705882352941444],[21.17647058823536,27.058823529412166],[22.35294117647061,28.2352941176473],[23.52941176470597,29.411764705882433],[24.705882352941217,29.411764705882433],[25.882352941176464,29.411764705882433],[27.058823529411825,29.411764705882433],[28.235294117647072,29.411764705882433],[29.411764705882433,30.58823529411802],[29.411764705882433,29.411764705882433],[30.58823529411768,28.2352941176473],[31.764705882352928,27.058823529412166],[30.58823529411768,25.882352941176578],[29.411764705882433,25.882352941176578],[29.411764705882433,25.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":168,"versionNonce":1895737134,"index":"b6B","isDeleted":false,"id":"OMwwkuoPAu7pMMNV5HW-Q","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-618.7388069409625,"y":1913.3675036501734,"strokeColor":"#ffffff","backgroundColor":"transparent","width":32.94117647058829,"height":2.352941176470722,"seed":235674162,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[4.705882352941217,0],[7.058823529411825,0],[10.58823529411768,0],[14.117647058823536,0],[17.647058823529505,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[24.705882352941217,-2.352941176470722],[27.058823529411825,-2.352941176470722],[29.411764705882433,-2.352941176470722],[31.76470588235304,-2.352941176470722],[32.94117647058829,-2.352941176470722],[32.94117647058829,-2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":171,"versionNonce":1027445102,"index":"b6C","isDeleted":false,"id":"2yCvJAlcUm6T6RT2RqKif","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-589.3562777176577,"y":1905.02071307744,"strokeColor":"#ffffff","backgroundColor":"transparent","width":15.294117647058897,"height":16.470588235294144,"seed":68599278,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[0,1.1764705882351336],[2.3529411764706083,1.1764705882351336],[4.705882352941103,2.352941176470722],[7.058823529411711,2.352941176470722],[9.41176470588232,2.352941176470722],[11.764705882352928,3.5294117647058556],[12.941176470588175,3.5294117647058556],[14.117647058823536,4.705882352941444],[14.117647058823536,5.882352941176578],[14.117647058823536,7.058823529411711],[12.941176470588175,9.411764705882433],[11.764705882352928,10.588235294117567],[9.41176470588232,14.117647058823422],[8.235294117647072,16.470588235294144],[7.058823529411711,16.470588235294144],[7.058823529411711,16.470588235294144]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":1856320430,"index":"b6D","isDeleted":false,"id":"sFzH7f5VHtWNsE5h6qzZy","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-559.77340952241,"y":1908.7024981664829,"strokeColor":"#ffffff","backgroundColor":"transparent","width":3.5294117647058556,"height":49.41176470588243,"seed":1317087538,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[0,0],[-1.176470588235361,2.352941176470722],[-1.176470588235361,4.705882352940989],[-1.176470588235361,9.411764705882433],[-1.176470588235361,12.941176470588289],[-1.176470588235361,18.82352941176441],[-1.176470588235361,23.529411764705856],[-1.176470588235361,28.235294117646845],[0,34.11764705882342],[0,37.64705882352928],[1.1764705882352473,41.176470588235134],[1.1764705882352473,43.529411764705856],[2.3529411764704946,45.88235294117658],[2.3529411764704946,47.05882352941171],[2.3529411764704946,48.235294117646845],[2.3529411764704946,47.05882352941171],[2.3529411764704946,45.88235294117658],[2.3529411764704946,43.529411764705856],[2.3529411764704946,43.529411764705856]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":167,"versionNonce":1331596782,"index":"b6E","isDeleted":false,"id":"fmnZF8UgTp7f-AjW_9Bxh","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-531.0148054644865,"y":1922.5808269985648,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":4.705882352941444,"seed":893359214,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764706083,0],[3.5294117647059693,0],[5.882352941176578,0],[9.411764705882433,0],[12.941176470588289,0],[16.470588235294144,-1.1764705882351336],[18.823529411764753,-1.1764705882351336],[21.17647058823536,-1.1764705882351336],[20,0],[17.647058823529505,2.352941176470722],[16.470588235294144,3.5294117647063104],[16.470588235294144,3.5294117647063104]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":164,"versionNonce":2087886894,"index":"b6F","isDeleted":false,"id":"KpKO8UyQVKoadxgXZn16W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-530.5509754028269,"y":1936.775799565957,"strokeColor":"#ffffff","backgroundColor":"transparent","width":22.35294117647061,"height":2.352941176470722,"seed":432788402,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[2.3529411764706083,1.1764705882351336],[3.5294117647058556,1.1764705882351336],[5.882352941176464,1.1764705882351336],[9.41176470588232,1.1764705882351336],[11.764705882352928,1.1764705882351336],[15.294117647058783,0],[18.82352941176464,0],[21.176470588235247,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":164260462,"index":"b6G","isDeleted":false,"id":"2V-zrV86L9HQRS1Izv5xQ","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.054889862594154515,"x":-492.59942285330624,"y":1917.4485749140192,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":43.529411764705856,"seed":563643246,"groupIds":["vOO9kYHrbBA2J6kW3sIkI","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,0],[2.3529411764706083,0],[3.5294117647058556,0],[5.882352941176464,-2.3529411764702672],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-5.882352941176578],[10.58823529411768,-7.058823529411711],[10.58823529411768,-5.882352941176578],[10.58823529411768,-3.5294117647058556],[10.58823529411768,2.352941176470722],[10.58823529411768,5.882352941176578],[10.58823529411768,9.411764705882433],[10.58823529411768,12.941176470588289],[10.58823529411768,17.647058823529733],[10.58823529411768,21.17647058823559],[10.58823529411768,24.705882352941444],[10.58823529411768,28.2352941176473],[10.58823529411768,30.58823529411802],[10.58823529411768,32.94117647058829],[11.764705882352928,34.11764705882342],[11.764705882352928,35.29411764705901],[11.764705882352928,36.470588235294144],[12.941176470588289,35.29411764705901],[14.117647058823536,34.11764705882342],[14.117647058823536,34.11764705882342]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":220,"versionNonce":640609454,"index":"b6H","isDeleted":false,"id":"vr30rCHoKbYNKrQz0zRrd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-415.74472461259813,"y":1879.2903991780825,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":29.411764705882433,"seed":958275758,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[1.176470588235361,1.1764705882355884],[0,3.5294117647063104],[0,5.882352941176578],[0,9.411764705882433],[1.176470588235361,11.764705882353155],[1.176470588235361,16.4705882352946],[1.176470588235361,20],[1.176470588235361,23.52941176470631],[1.176470588235361,25.882352941176578],[1.176470588235361,28.2352941176473],[1.176470588235361,29.411764705882433],[1.176470588235361,28.2352941176473],[1.176470588235361,27.058823529412166],[1.176470588235361,24.705882352941444],[1.176470588235361,22.352941176470722],[1.176470588235361,20],[1.176470588235361,17.647058823529733],[2.3529411764706083,15.29411764705901],[2.3529411764706083,12.941176470588289],[3.5294117647058556,10.588235294118022],[4.705882352941217,8.2352941176473],[5.882352941176464,7.058823529412166],[7.058823529411825,5.882352941176578],[8.235294117647072,4.705882352941444],[10.58823529411768,3.5294117647063104],[11.764705882352928,2.352941176470722],[12.941176470588289,1.1764705882355884],[14.117647058823536,1.1764705882355884],[15.294117647058783,1.1764705882355884],[16.470588235294144,1.1764705882355884],[17.64705882352939,2.352941176470722],[18.823529411764753,3.5294117647063104],[20,5.882352941176578],[20,7.058823529412166],[20,9.411764705882433],[20,11.764705882353155],[20,14.117647058823877],[20,15.29411764705901],[20,17.647058823529733],[20,18.823529411764866],[20,20],[20,22.352941176470722],[20,23.52941176470631],[20,24.705882352941444],[20,25.882352941176578],[20,27.058823529412166],[20,28.2352941176473],[20,29.411764705882433],[21.17647058823536,29.411764705882433],[21.17647058823536,28.2352941176473],[23.529411764705856,28.2352941176473],[24.705882352941217,28.2352941176473],[25.882352941176464,27.058823529412166],[28.235294117647072,27.058823529412166],[28.235294117647072,25.882352941176578],[30.58823529411768,24.705882352941444],[31.764705882352928,23.52941176470631],[32.94117647058829,23.52941176470631],[34.117647058823536,21.17647058823559],[32.94117647058829,21.17647058823559],[32.94117647058829,21.17647058823559]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":160,"versionNonce":1061758702,"index":"b6I","isDeleted":false,"id":"fWhvAbVrB2aob2OvJ-RZ5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-419.2862115660349,"y":1868.5213874187255,"strokeColor":"#ffffff","backgroundColor":"transparent","width":34.117647058823536,"height":2.3529411764702672,"seed":1329428786,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[34.117647058823536,-2.3529411764702672],[34.117647058823536,-2.3529411764702672]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":178,"versionNonce":631380270,"index":"b6J","isDeleted":false,"id":"vs2zD0NdvqHSOLq6Xi068","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-392.21799715143766,"y":1859.8576630951068,"strokeColor":"#ffffff","backgroundColor":"transparent","width":16.47058823529403,"height":15.29411764705901,"seed":1785431022,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,2.352941176470722],[0,3.5294117647063104],[1.1764705882352473,3.5294117647063104],[2.3529411764706083,3.5294117647063104],[3.5294117647058556,4.705882352941444],[4.705882352941217,4.705882352941444],[7.058823529411711,5.882352941176578],[9.41176470588232,5.882352941176578],[10.58823529411768,5.882352941176578],[11.764705882352928,7.058823529412166],[12.941176470588175,7.058823529412166],[14.117647058823536,8.2352941176473],[15.294117647058783,8.2352941176473],[14.117647058823536,9.411764705882433],[12.941176470588175,10.588235294118022],[11.764705882352928,11.764705882353155],[9.41176470588232,12.941176470588289],[8.235294117647072,14.117647058823877],[7.058823529411711,15.29411764705901],[7.058823529411711,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":815973230,"index":"b6K","isDeleted":false,"id":"Gkkg5S05gr2TrZrOfhlPL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-354.4823166707398,"y":1890.6638898143026,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176464,"height":7.058823529411711,"seed":1379776626,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-2.3529411764706083,1.1764705882355884],[-1.176470588235361,0],[0,0],[1.1764705882352473,-1.1764705882351336],[2.3529411764704946,-1.1764705882351336],[2.3529411764704946,0],[3.5294117647058556,1.1764705882355884],[3.5294117647058556,2.352941176470722],[3.5294117647058556,4.705882352941444],[2.3529411764704946,4.705882352941444],[2.3529411764704946,5.882352941176578],[1.1764705882352473,5.882352941176578],[0,4.705882352941444],[0,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,1.1764705882355884],[0,0],[1.1764705882352473,0],[2.3529411764704946,0],[2.3529411764704946,1.1764705882355884],[2.3529411764704946,3.5294117647058556],[1.1764705882352473,4.705882352941444],[0,4.705882352941444],[-1.176470588235361,3.5294117647058556],[-1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":210,"versionNonce":1653876142,"index":"b6L","isDeleted":false,"id":"2UrXpc9XXZb6sTxD_Vndn","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-327.20811574665265,"y":1876.132077344959,"strokeColor":"#ffffff","backgroundColor":"transparent","width":40,"height":32.94117647058829,"seed":963070190,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[0,-2.3529411764702672],[0,-1.1764705882351336],[-1.1764705882352473,0],[-1.1764705882352473,1.1764705882355884],[-1.1764705882352473,3.5294117647063104],[-2.3529411764706083,8.2352941176473],[-2.3529411764706083,11.764705882353155],[-2.3529411764706083,15.29411764705901],[-2.3529411764706083,18.823529411764866],[-2.3529411764706083,22.352941176470722],[-1.1764705882352473,24.705882352941444],[0,27.05882352941171],[1.176470588235361,29.411764705882433],[3.5294117647058556,29.411764705882433],[4.705882352941217,29.411764705882433],[7.058823529411825,29.411764705882433],[9.41176470588232,29.411764705882433],[10.58823529411768,29.411764705882433],[12.941176470588289,27.05882352941171],[14.117647058823536,24.705882352941444],[15.294117647058783,22.352941176470722],[15.294117647058783,20],[15.294117647058783,17.647058823529733],[15.294117647058783,16.470588235294144],[15.294117647058783,17.647058823529733],[15.294117647058783,18.823529411764866],[15.294117647058783,21.17647058823559],[16.470588235294144,23.52941176470631],[17.64705882352939,24.705882352941444],[18.823529411764753,27.05882352941171],[21.17647058823536,28.2352941176473],[23.529411764705856,29.411764705882433],[25.882352941176464,29.411764705882433],[28.235294117647072,29.411764705882433],[30.58823529411768,28.2352941176473],[32.94117647058829,27.05882352941171],[35.29411764705878,24.705882352941444],[36.470588235294144,22.352941176470722],[37.64705882352939,20],[37.64705882352939,16.470588235294144],[37.64705882352939,12.941176470588289],[37.64705882352939,9.411764705882433],[37.64705882352939,5.882352941176578],[36.470588235294144,2.352941176470722],[36.470588235294144,1.1764705882355884],[35.29411764705878,0],[35.29411764705878,-2.3529411764702672],[35.29411764705878,-3.5294117647058556],[34.117647058823536,-2.3529411764702672],[32.94117647058829,-1.1764705882351336],[31.764705882352928,1.1764705882355884],[31.764705882352928,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":179,"versionNonce":211763182,"index":"b6M","isDeleted":false,"id":"YplqpmLsARdX0xqEJQlq5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-324.84881935426154,"y":1862.1692939756856,"strokeColor":"#ffffff","backgroundColor":"transparent","width":41.17647058823536,"height":2.3529411764702672,"seed":830356338,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748400,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[1.1764705882352473,0],[2.3529411764704946,1.1764705882351336],[5.882352941176464,1.1764705882351336],[8.235294117646959,1.1764705882351336],[11.764705882352928,0],[15.294117647058783,0],[18.82352941176464,0],[23.529411764705856,0],[27.05882352941171,-1.1764705882351336],[30.588235294117567,-1.1764705882351336],[32.941176470588175,-1.1764705882351336],[35.29411764705878,-1.1764705882351336],[37.64705882352939,-1.1764705882351336],[38.82352941176464,-1.1764705882351336],[40,0],[40,-1.1764705882351336],[40,-1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":180,"versionNonce":1926042158,"index":"b6N","isDeleted":false,"id":"XAXIFpiltgDErDqZ6zyKU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-290.7240412901193,"y":1858.3145520618784,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.764705882352928,"height":10.588235294118022,"seed":243597422,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[-1.1764705882352473,-1.1764705882355884],[0,-1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882351336],[3.5294117647059693,1.1764705882351336],[5.882352941176578,1.1764705882351336],[7.058823529411825,1.1764705882351336],[8.235294117647072,2.352941176470722],[9.411764705882433,2.352941176470722],[10.58823529411768,2.352941176470722],[10.58823529411768,3.5294117647058556],[9.411764705882433,4.705882352940989],[9.411764705882433,5.882352941176123],[8.235294117647072,7.058823529411711],[8.235294117647072,8.235294117646845],[7.058823529411825,9.411764705882433],[5.882352941176578,9.411764705882433],[5.882352941176578,9.411764705882433]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1879481454,"index":"b6O","isDeleted":false,"id":"UqEaX1Bm_G3fwvf9RZKuo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.83490982326936,"y":1905.8660634727205,"strokeColor":"#ffffff","backgroundColor":"transparent","width":5.882352941176578,"height":15.29411764705901,"seed":670814066,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,3.5294117647058556],[1.176470588235361,4.705882352940989],[0,7.058823529411711],[0,9.411764705882433],[0,10.588235294117567],[0,11.7647058823527],[0,12.941176470588289],[1.176470588235361,14.117647058823422],[2.3529411764706083,14.117647058823422],[3.5294117647059693,14.117647058823422],[3.5294117647059693,15.29411764705901],[4.705882352941217,15.29411764705901],[5.882352941176578,15.29411764705901],[5.882352941176578,14.117647058823422],[5.882352941176578,14.117647058823422]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":175,"versionNonce":437575342,"index":"b6P","isDeleted":false,"id":"oZbILmqvrq5U9QXwsqVTq","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-278.03418947263793,"y":1894.0415466166812,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764706083,"height":4.705882352940989,"seed":1284159214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,2.352941176470722],[1.176470588235361,3.5294117647058556],[0,3.5294117647058556],[0,2.352941176470722],[0,1.1764705882355884],[1.176470588235361,0],[1.176470588235361,-1.1764705882351336],[2.3529411764706083,-1.1764705882351336],[2.3529411764706083,0],[1.176470588235361,1.1764705882355884],[1.176470588235361,2.352941176470722],[0,2.352941176470722],[0,1.1764705882355884],[0,0],[1.176470588235361,0],[2.3529411764706083,1.1764705882355884],[2.3529411764706083,1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1705040110,"index":"b6Q","isDeleted":false,"id":"lK-qEA73w4i2M2N3wUdR4","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-243.23664979326367,"y":1880.6705991807573,"strokeColor":"#ffffff","backgroundColor":"transparent","width":23.529411764705856,"height":2.352941176470722,"seed":345677874,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,0],[0,0],[1.176470588235361,1.1764705882351336],[3.5294117647059693,0],[5.882352941176578,0],[8.235294117647072,0],[11.764705882353041,-1.1764705882355884],[14.117647058823536,-1.1764705882355884],[16.470588235294144,-1.1764705882355884],[18.823529411764753,-1.1764705882355884],[21.17647058823536,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[22.35294117647061,0],[21.17647058823536,1.1764705882351336],[21.17647058823536,1.1764705882351336]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1244891950,"index":"b6R","isDeleted":false,"id":"plxeJhqb0fUvHwVa_Lgo5","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-240.38360306783628,"y":1897.4100233533084,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":2.352941176470722,"seed":160066094,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[0,-2.352941176470722],[0,-1.1764705882355884],[1.1764705882352473,-1.1764705882355884],[2.3529411764706083,-1.1764705882355884],[4.705882352941103,-1.1764705882355884],[7.058823529411711,-1.1764705882355884],[9.41176470588232,-1.1764705882355884],[12.941176470588175,-1.1764705882355884],[16.47058823529403,-1.1764705882355884],[18.82352941176464,-1.1764705882355884],[22.35294117647061,-1.1764705882355884],[24.705882352941103,-1.1764705882355884],[25.882352941176464,-1.1764705882355884],[27.05882352941171,-1.1764705882355884],[27.05882352941171,-1.1764705882355884]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":192,"versionNonce":1714812270,"index":"b6S","isDeleted":false,"id":"fccStsd1y6z8ZVqJeOuku","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-190.5485659436415,"y":1878.0995232481057,"strokeColor":"#ffffff","backgroundColor":"transparent","width":12.941176470588289,"height":44.70588235294099,"seed":2074553714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.1764705882352473,1.1764705882355884],[2.3529411764706083,1.1764705882355884],[3.5294117647058556,0],[4.705882352941217,0],[5.882352941176464,-1.1764705882351336],[7.058823529411825,-3.5294117647058556],[8.235294117647072,-4.705882352940989],[9.41176470588232,-7.058823529411711],[10.58823529411768,-9.411764705882433],[11.764705882352928,-10.588235294117567],[11.764705882352928,-11.7647058823527],[12.941176470588289,-12.941176470587834],[12.941176470588289,-11.7647058823527],[11.764705882352928,-10.588235294117567],[11.764705882352928,-8.235294117646845],[11.764705882352928,-4.705882352940989],[11.764705882352928,0],[11.764705882352928,4.705882352941444],[10.58823529411768,8.2352941176473],[10.58823529411768,12.941176470588289],[10.58823529411768,15.29411764705901],[10.58823529411768,18.823529411764866],[10.58823529411768,22.352941176470722],[10.58823529411768,24.705882352941444],[10.58823529411768,27.058823529412166],[10.58823529411768,28.2352941176473],[10.58823529411768,29.411764705882433],[10.58823529411768,30.588235294117567],[10.58823529411768,31.764705882353155],[10.58823529411768,30.588235294117567],[10.58823529411768,29.411764705882433],[10.58823529411768,28.2352941176473],[10.58823529411768,27.058823529412166],[10.58823529411768,27.058823529412166]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":188,"versionNonce":586225582,"index":"b6T","isDeleted":false,"id":"nqquRzqCxgd4eHuaGdzwC","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-150.8441690735761,"y":1893.9384465598125,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":9.411764705882433,"seed":1072700334,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882352473,-2.352941176470722],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[-1.1764705882352473,-3.5294117647063104],[0,-3.5294117647063104],[0,-2.352941176470722],[1.176470588235361,-1.1764705882355884],[2.3529411764706083,0],[3.5294117647058556,1.1764705882351336],[4.705882352941217,2.3529411764702672],[5.882352941176464,3.5294117647058556],[7.058823529411825,3.5294117647058556],[8.235294117647072,3.5294117647058556],[9.41176470588232,4.705882352940989],[10.58823529411768,4.705882352940989],[11.764705882352928,4.705882352940989],[11.764705882352928,5.882352941176123],[12.941176470588289,5.882352941176123],[11.764705882352928,5.882352941176123],[11.764705882352928,4.705882352940989],[11.764705882352928,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":1485697518,"index":"b6U","isDeleted":false,"id":"HbBLUoknHd4XYW4CRym9S","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-155.57243662093478,"y":1900.8420550339545,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.117647058823536,"height":12.941176470588289,"seed":277083698,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,1.1764705882351336],[2.3529411764706083,0],[3.5294117647059693,0],[4.705882352941217,-1.1764705882355884],[7.058823529411825,-2.352941176470722],[9.411764705882433,-4.705882352941444],[10.58823529411768,-5.882352941176578],[11.764705882353041,-7.058823529411711],[12.941176470588289,-8.2352941176473],[12.941176470588289,-9.411764705882433],[14.117647058823536,-10.588235294118022],[14.117647058823536,-11.764705882353155],[12.941176470588289,-10.588235294118022],[12.941176470588289,-10.588235294118022]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":185,"versionNonce":1914012718,"index":"b6V","isDeleted":false,"id":"3IUROMtk2IfuNX_eQNA_H","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-119.84544206613108,"y":1871.681614981179,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":45.88235294117658,"seed":1951572462,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.352941176470722,-1.1764705882351336],[4.705882352941217,-2.3529411764702672],[5.882352941176578,-4.705882352940989],[7.058823529411939,-5.882352941176123],[8.235294117647072,-8.235294117646845],[8.235294117647072,-7.058823529411711],[8.235294117647072,-4.705882352940989],[8.235294117647072,-2.3529411764702672],[7.058823529411939,5.882352941176578],[7.058823529411939,7.058823529412166],[7.058823529411939,9.411764705882433],[7.058823529411939,12.941176470588289],[7.058823529411939,15.29411764705901],[7.058823529411939,18.823529411764866],[7.058823529411939,24.705882352941444],[7.058823529411939,28.2352941176473],[7.058823529411939,29.411764705882433],[7.058823529411939,32.94117647058829],[5.882352941176578,32.94117647058829],[5.882352941176578,34.11764705882388],[5.882352941176578,35.29411764705901],[5.882352941176578,36.4705882352946],[5.882352941176578,37.64705882352973],[5.882352941176578,36.4705882352946],[5.882352941176578,35.29411764705901],[5.882352941176578,35.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":292605550,"index":"b6W","isDeleted":false,"id":"REpasosER67qV0wWED6vA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-77.66713852804189,"y":1885.5312721652874,"strokeColor":"#ffffff","backgroundColor":"transparent","width":21.17647058823536,"height":14.117647058823422,"seed":1401654962,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-1.1764705882351336],[-1.176470588235361,0],[0,0],[2.3529411764704946,1.1764705882351336],[3.5294117647058556,2.352941176470722],[5.88235294117635,3.5294117647058556],[8.235294117647072,5.882352941176578],[10.588235294117567,8.235294117646845],[12.941176470588289,9.411764705882433],[15.294117647058783,11.764705882353155],[17.647058823529278,12.941176470588289],[18.82352941176464,12.941176470588289],[20,12.941176470588289],[20,11.764705882353155],[20,11.764705882353155]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":172,"versionNonce":862507182,"index":"b6X","isDeleted":false,"id":"7gFjg12rKrn6PF29Xd7or","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-67.18143832082626,"y":1886.6797078594398,"strokeColor":"#ffffff","backgroundColor":"transparent","width":8.235294117647072,"height":18.82352941176441,"seed":1386181550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[2.352941176470722,-2.3529411764702672],[2.352941176470722,-1.1764705882351336],[2.352941176470722,0],[1.176470588235361,3.5294117647063104],[0,4.705882352941444],[-1.1764705882351336,8.2352941176473],[-2.3529411764704946,9.411764705882433],[-3.5294117647058556,11.764705882353155],[-4.705882352941217,12.941176470588289],[-5.88235294117635,14.117647058823877],[-5.88235294117635,15.29411764705901],[-5.88235294117635,16.470588235294144],[-5.88235294117635,15.29411764705901],[-5.88235294117635,15.29411764705901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":193,"versionNonce":1403423470,"index":"b6Y","isDeleted":false,"id":"vHl9Q_eecy0T3vznGmUE_","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":-11.804773139944217,"y":1881.7372603456677,"strokeColor":"#ffffff","backgroundColor":"transparent","width":27.05882352941171,"height":29.411764705882433,"seed":106545714,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-1.1764705882351336],[0,-1.1764705882351336],[-1.1764705882351336,-1.1764705882351336],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-3.5294117647058556],[-5.88235294117635,-3.5294117647058556],[-8.235294117647072,-3.5294117647058556],[-10.588235294117567,-2.3529411764702672],[-11.764705882352928,-2.3529411764702672],[-14.117647058823422,0],[-16.470588235293917,1.1764705882355884],[-18.82352941176464,3.5294117647058556],[-20,4.705882352941444],[-21.176470588235134,8.2352941176473],[-21.176470588235134,10.588235294118022],[-21.176470588235134,12.941176470588289],[-22.352941176470495,16.470588235294144],[-22.352941176470495,18.823529411764866],[-21.176470588235134,22.352941176470722],[-20,23.529411764705856],[-18.82352941176464,24.705882352941444],[-16.470588235293917,25.882352941176578],[-12.941176470588061,25.882352941176578],[-10.588235294117567,25.882352941176578],[-7.058823529411711,25.882352941176578],[-4.705882352940989,25.882352941176578],[-2.3529411764704946,24.705882352941444],[0,23.529411764705856],[2.352941176470722,22.352941176470722],[2.352941176470722,21.17647058823559],[3.529411764706083,21.17647058823559],[4.705882352941217,20],[4.705882352941217,18.823529411764866],[4.705882352941217,18.823529411764866]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":190,"versionNonce":280165678,"index":"b6Z","isDeleted":false,"id":"5vRgRqiLC12VWOcV0e-SS","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":16.40001259950577,"y":1883.129111113394,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":27.05882352941171,"seed":600245550,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.1764705882351336,-2.3529411764702672],[-2.3529411764704946,-2.3529411764702672],[-3.5294117647058556,-2.3529411764702672],[-5.88235294117635,-2.3529411764702672],[-8.235294117647072,-2.3529411764702672],[-11.764705882352928,-1.1764705882351336],[-14.117647058823422,1.1764705882355884],[-16.470588235293917,4.705882352941444],[-17.647058823529278,8.2352941176473],[-17.647058823529278,12.941176470588289],[-17.647058823529278,16.470588235294144],[-15.294117647058783,20],[-14.117647058823422,22.352941176470722],[-10.588235294117567,23.529411764705856],[-8.235294117647072,24.705882352941444],[-3.5294117647058556,23.529411764705856],[0,22.352941176470722],[3.529411764706083,21.17647058823559],[5.882352941176578,18.823529411764866],[7.058823529411939,15.29411764705901],[7.058823529411939,11.764705882353155],[7.058823529411939,8.2352941176473],[4.705882352941217,5.882352941176578],[2.352941176470722,3.5294117647058556],[-1.1764705882351336,2.352941176470722],[-2.3529411764704946,1.1764705882355884],[-4.705882352940989,1.1764705882355884],[-7.058823529411711,1.1764705882355884],[-8.235294117647072,3.5294117647058556],[-9.411764705882206,5.882352941176578],[-8.235294117647072,7.058823529411711],[-8.235294117647072,7.058823529411711]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":187,"versionNonce":1341597550,"index":"b6a","isDeleted":false,"id":"9c8jFTC0eF-CqZlkC5Wze","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":46.93252947117591,"y":1883.3181513086995,"strokeColor":"#ffffff","backgroundColor":"transparent","width":18.823529411764866,"height":28.235294117646845,"seed":1147166770,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-4.705882352941217,-1.1764705882351336],[-5.882352941176578,-1.1764705882351336],[-7.058823529411711,-1.1764705882351336],[-9.411764705882433,0],[-11.764705882352928,1.1764705882351336],[-12.941176470588289,2.352941176470722],[-14.11764705882365,4.705882352940989],[-14.11764705882365,5.882352941176578],[-12.941176470588289,8.235294117646845],[-10.588235294117794,9.411764705882433],[-8.235294117647072,10.588235294117567],[-4.705882352941217,10.588235294117567],[-1.176470588235361,10.588235294117567],[1.1764705882351336,11.764705882353155],[3.5294117647058556,12.941176470588289],[4.705882352941217,15.294117647058556],[4.705882352941217,17.647058823529278],[4.705882352941217,20],[3.5294117647058556,22.352941176470722],[1.1764705882351336,24.70588235294099],[-1.176470588235361,25.882352941176578],[-3.5294117647058556,27.05882352941171],[-7.058823529411711,25.882352941176578],[-8.235294117647072,25.882352941176578],[-11.764705882352928,24.70588235294099],[-12.941176470588289,23.529411764705856],[-14.11764705882365,23.529411764705856],[-14.11764705882365,22.352941176470722],[-14.11764705882365,22.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":211,"versionNonce":1639713198,"index":"b6b","isDeleted":false,"id":"IECgcZYr0sm4SYtLqOmVW","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":100.4465437156802,"y":1864.243016151254,"strokeColor":"#ffffff","backgroundColor":"transparent","width":31.764705882352928,"height":49.41176470588243,"seed":2130551214,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[-1.176470588235361,-3.5294117647063104],[-2.352941176470722,-4.705882352941444],[-3.529411764706083,-4.705882352941444],[-4.705882352941217,-4.705882352941444],[-7.058823529411939,-4.705882352941444],[-8.235294117647072,-4.705882352941444],[-11.764705882352928,-3.5294117647063104],[-14.11764705882365,-2.352941176470722],[-16.470588235294144,-1.1764705882355884],[-18.823529411764866,1.1764705882351336],[-21.17647058823536,3.529411764705401],[-23.529411764706083,5.882352941176123],[-24.705882352941217,9.411764705881978],[-25.882352941176578,14.117647058823422],[-25.882352941176578,17.647058823529278],[-25.882352941176578,23.529411764705856],[-25.882352941176578,27.05882352941171],[-24.705882352941217,30.588235294117567],[-23.529411764706083,34.11764705882342],[-22.352941176470722,36.47058823529369],[-21.17647058823536,38.82352941176441],[-18.823529411764866,41.176470588235134],[-16.470588235294144,42.35294117647027],[-15.29411764705901,43.529411764705856],[-12.941176470588289,44.70588235294099],[-10.588235294117794,44.70588235294099],[-8.235294117647072,44.70588235294099],[-4.705882352941217,43.529411764705856],[-2.352941176470722,42.35294117647027],[-1.176470588235361,41.176470588235134],[1.1764705882351336,38.82352941176441],[2.3529411764704946,37.64705882352928],[2.3529411764704946,35.294117647058556],[3.5294117647058556,31.7647058823527],[4.705882352940989,29.41176470588198],[5.88235294117635,24.70588235294099],[5.88235294117635,21.176470588235134],[5.88235294117635,18.82352941176441],[5.88235294117635,16.47058823529369],[4.705882352940989,12.941176470588289],[4.705882352940989,11.7647058823527],[3.5294117647058556,9.411764705881978],[3.5294117647058556,8.235294117646845],[2.3529411764704946,5.882352941176123],[1.1764705882351336,4.705882352940989],[0,3.529411764705401],[-1.176470588235361,2.3529411764702672],[-2.352941176470722,2.3529411764702672],[-5.882352941176578,2.3529411764702672],[-7.058823529411939,2.3529411764702672],[-9.411764705882433,3.529411764705401],[-10.588235294117794,4.705882352940989],[-10.588235294117794,4.705882352940989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":623551470,"index":"b6c","isDeleted":false,"id":"5wDJqNKnYrnnnFZGCDw-W","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.04383155772563896,"x":79.11429310220859,"y":1886.6441175363568,"strokeColor":"#ffffff","backgroundColor":"transparent","width":24.705882352941217,"height":2.352941176470722,"seed":1052326002,"groupIds":["1pPim6Qhg44ZeA0N40fmY","7TKZJ7X3V3rRMmLcA5dkR"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721472748401,"link":null,"locked":false,"points":[[0,0],[1.176470588235361,0],[2.3529411764704946,1.1764705882355884],[3.5294117647058556,1.1764705882355884],[5.88235294117635,1.1764705882355884],[8.235294117647072,1.1764705882355884],[11.764705882352928,1.1764705882355884],[14.117647058823422,1.1764705882355884],[16.470588235294144,1.1764705882355884],[18.82352941176464,1.1764705882355884],[21.17647058823536,2.352941176470722],[23.529411764705856,1.1764705882355884],[24.705882352941217,1.1764705882355884],[23.529411764705856,1.1764705882355884],[23.529411764705856,2.352941176470722],[23.529411764705856,2.352941176470722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":955,"versionNonce":846449714,"index":"b6o","isDeleted":false,"id":"-pd_n5hc4l2B6xYOSP1y5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":891.0363256124756,"y":330.49751202315406,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.926829268292636,"height":6.341463414634063,"seed":1000477166,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.4878048780487916],[0,0.9756097560975832],[0,1.463414634146261],[0,1.9512195121950526],[0,2.439024390243844],[0,2.926829268292636],[0,3.4146341463414274],[0,3.902439024390219],[0,4.3902439024390105],[0,4.878048780487688],[0,5.36585365853648],[0,5.853658536585272],[0.4878048780487916,5.853658536585272],[0.4878048780487916,6.341463414634063],[0.9756097560974695,6.341463414634063],[1.463414634146261,5.853658536585272],[1.9512195121950526,5.853658536585272],[2.439024390243844,5.853658536585272],[2.926829268292636,5.853658536585272],[2.926829268292636,5.36585365853648],[2.926829268292636,5.36585365853648]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1852,"versionNonce":950257646,"index":"b73","isDeleted":false,"id":"Ga122c9ZLST9HFOl1GC-g","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":857.2079201686646,"y":436.0649897232204,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1421003762,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1485,"versionNonce":1783592434,"index":"b74","isDeleted":false,"id":"Jl8jb3-zglCRc_VL4Q1ZC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1025.6930721062595,"y":426.5845030625676,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":874020274,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"text","version":1085,"versionNonce":1912677934,"index":"b75","isDeleted":false,"id":"qhmMyOIg","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1026.6756263293234,"y":412.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":368897646,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[{"id":"oN7Xm-w02y7ppg5X2z_xq","type":"arrow"},{"id":"9xSMOyKIwqbq1KiyzDKxd","type":"arrow"},{"id":"Z9f8XehJHkPHRGdU5U-kN","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":1997,"versionNonce":1087538094,"index":"b76","isDeleted":false,"id":"9xSMOyKIwqbq1KiyzDKxd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1039.8570178321681,"y":411.5818435071899,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.8654179408766822,"height":96.82407407407436,"seed":123860850,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.24765590483093364,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[1.8654179408766822,-96.82407407407436]]},{"type":"arrow","version":1955,"versionNonce":242660466,"index":"b77","isDeleted":false,"id":"oN7Xm-w02y7ppg5X2z_xq","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1052.6113246619334,"y":425.10036202570814,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":73.61111111111109,"height":68.59259259259261,"seed":292614318,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610451,"link":null,"locked":false,"startBinding":{"elementId":"qhmMyOIg","focus":0.1490836653267089,"gap":5.703703703703695},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[73.61111111111109,-68.59259259259261]]},{"type":"arrow","version":2140,"versionNonce":1313560114,"index":"b78","isDeleted":false,"id":"Z9f8XehJHkPHRGdU5U-kN","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":958.3891024397112,"y":352.9522138775603,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":65.92592592592587,"height":68.88888888888869,"seed":785791282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610452,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"qhmMyOIg","focus":0.006150457106159825,"gap":2.3605979636863594},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[65.92592592592587,68.88888888888869]]},{"type":"freedraw","version":836,"versionNonce":50751150,"index":"b79","isDeleted":false,"id":"CNtsATOnVBSNlN3CpD79c","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1037.5126128753482,"y":284.0045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13,"height":15,"seed":2074782446,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0,0.5],[0,1],[-0.5,1.5],[-0.5,2],[-0.5,3.5],[-1,4.5],[-1,5.5],[-1,6.5],[-1.5,8],[-1.5,9],[-1.5,10],[-1.5,10.5],[-2,11.5],[-2,12.5],[-2,13],[-2,13.5],[-2.5,14],[-2.5,14.5],[-2.5,14],[-2,14],[-2,13.5],[-2,13],[-2,12],[-1.5,11],[-1,10],[-1,9.5],[-0.5,9],[-0.5,8],[-0.5,7.5],[0,7],[0,6.5],[0.5,6],[1,5.5],[1.5,5],[2,5],[3,5],[3.5,4.5],[4.5,4],[5,4],[5.5,4],[6,4],[6.5,4],[7,4],[7.5,4.5],[7.5,5.5],[7.5,6],[7.5,6.5],[7.5,7],[7.5,8],[7,8.5],[7,9.5],[7,10],[6.5,11],[6.5,11.5],[6,12],[6,12.5],[6,13.5],[6,14],[6.5,14],[6.5,14.5],[7,14.5],[7.5,15],[8,15],[8.5,15],[9,14.5],[9.5,14.5],[10,14.5],[10.5,14.5],[10.5,14.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":786,"versionNonce":1677402930,"index":"b7A","isDeleted":false,"id":"k0HbQW8VFKDRjbFKziVdF","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1033.5126128753482,"y":273.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":17.5,"height":1,"seed":1776042738,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0],[1,0],[1.5,0],[2,0],[3.5,0],[4.5,0],[5.5,0.5],[7,0.5],[8,0.5],[9.5,0.5],[11,0.5],[12.5,0.5],[14,0.5],[15,1],[16,1],[16.5,1],[17,1],[17.5,1],[17.5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":791,"versionNonce":1193369838,"index":"b7B","isDeleted":false,"id":"6lkz4UmJ5xGmDebdCZnW6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1049.5126128753482,"y":271.5045729140759,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":5.5,"height":8.5,"seed":1664294190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5,0.5],[1,0.5],[2,1],[2.5,1],[3,1.5],[3.5,1.5],[4,1.5],[4.5,2],[5,2],[5.5,2.5],[5.5,3],[5,3.5],[5,4],[4.5,4.5],[4,5],[4,5.5],[3.5,6],[3,6.5],[2.5,7],[2,7.5],[1.5,7.5],[1,8],[0.5,8.5],[0.5,8.5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":674,"versionNonce":1054076146,"index":"b7C","isDeleted":false,"id":"1QJEDRc-H-l8A0CiWNx9l","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1004.9933095018271,"y":389.2658519606832,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":28.823529411764696,"height":15.294117647058783,"seed":1929057458,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[-0.5882352941176805,0.5882352941175668],[-0.5882352941176805,0],[0,0],[0,-0.5882352941177942],[0.5882352941176237,-1.176470588235361],[1.1764705882353041,-1.7647058823529278],[1.7647058823529278,-2.352941176470722],[1.7647058823529278,-2.941176470588289],[2.3529411764705515,-3.5294117647058556],[2.941176470588232,-4.11764705882365],[3.5294117647058556,-4.705882352941217],[3.5294117647058556,-5.294117647058783],[4.70588235294116,-6.470588235294144],[5.882352941176464,-7.058823529411939],[6.4705882352940876,-7.647058823529505],[7.647058823529392,-8.235294117647072],[8.235294117647015,-8.823529411764639],[9.41176470588232,-9.411764705882433],[10,-10],[11.176470588235304,-10.588235294117794],[11.764705882352928,-10.588235294117794],[12.941176470588232,-11.176470588235361],[14.117647058823536,-11.764705882352928],[15.294117647058783,-12.352941176470722],[16.470588235294088,-12.941176470588289],[17.64705882352939,-12.941176470588289],[18.823529411764696,-13.529411764705856],[20,-14.11764705882365],[21.176470588235247,-14.11764705882365],[22.35294117647055,-14.11764705882365],[22.941176470588232,-14.11764705882365],[23.529411764705856,-14.705882352941217],[24.117647058823536,-14.705882352941217],[24.70588235294116,-14.705882352941217],[25.294117647058783,-14.705882352941217],[25.882352941176464,-14.705882352941217],[26.470588235294088,-14.705882352941217],[27.058823529411768,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.705882352941217],[28.235294117647015,-14.705882352941217],[27.64705882352939,-14.11764705882365],[27.64705882352939,-14.11764705882365]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":756,"versionNonce":979571502,"index":"b7D","isDeleted":false,"id":"gocFNfYtyinaZ5JEKkXEL","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.17268149161800306,"x":995.5815447959449,"y":348.0893813724481,"strokeColor":"#ffffff","backgroundColor":"transparent","width":11.17647058823525,"height":21.17647058823516,"seed":494094190,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610448,"link":null,"locked":false},{"type":"freedraw","version":644,"versionNonce":1601011378,"index":"b7E","isDeleted":false,"id":"9F98zVsrWeANxthwFM3_z","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":996.75801538418,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":10.588235294117624,"height":0.5882352941177942,"seed":467250802,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0],[0,0],[0.5882352941176237,0],[1.1764705882353041,0],[1.7647058823529278,0],[2.3529411764706083,0],[2.941176470588232,0],[4.117647058823536,0],[4.70588235294116,0],[5.882352941176464,0],[7.058823529411768,0],[7.647058823529392,0],[8.235294117647072,0.5882352941177942],[8.823529411764696,0.5882352941177942],[9.411764705882376,0.5882352941177942],[10,0.5882352941177942],[10,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":644,"versionNonce":926186862,"index":"b7F","isDeleted":false,"id":"CF6HvG0JtjHJgbWBGNOZi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1011.4638977371212,"y":365.14820490185934,"strokeColor":"#ffffff","backgroundColor":"transparent","width":2.3529411764705515,"height":5.882352941176578,"seed":1790192046,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[-0.5882352941176237,0.5882352941177942],[-0.5882352941176237,1.176470588235361],[-0.5882352941176237,1.7647058823531552],[-0.5882352941176237,2.352941176470722],[-0.5882352941176237,2.941176470588289],[-0.5882352941176237,3.5294117647058556],[-0.5882352941176237,4.11764705882365],[-0.5882352941176237,4.705882352941217],[-0.5882352941176237,5.294117647059011],[-0.5882352941176237,5.882352941176578],[0,5.882352941176578],[0.5882352941176805,5.882352941176578],[1.1764705882353041,5.882352941176578],[1.7647058823529278,5.882352941176578],[1.7647058823529278,5.882352941176578]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":630,"versionNonce":1651431538,"index":"b7G","isDeleted":false,"id":"r7ZKs2hHmoaGDnljv3-iX","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1012.052133031239,"y":359.85408725480033,"strokeColor":"#ffffff","backgroundColor":"transparent","width":0.5882352941176237,"height":0.5882352941177942,"seed":1765740594,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610448,"link":null,"locked":false,"points":[[0,0],[0.5882352941176237,0],[0.5882352941176237,0.5882352941177942],[0.5882352941176237,0.5882352941177942]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":56,"versionNonce":1831992690,"index":"b7Q","isDeleted":false,"id":"s0A-Rc_DTp-wwdBoySUdR","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":929.1362632947257,"y":319.76689260088915,"strokeColor":"#ffffff","backgroundColor":"transparent","width":1.2903225806451246,"height":22.580645161290306,"seed":347144754,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[0,0.6451612903225623],[0,1.9354838709677438],[0,2.580645161290306],[0,3.8709677419354875],[0,5.161290322580669],[0.6451612903224486,7.741935483870975],[0.6451612903224486,9.032258064516157],[0.6451612903224486,10.967741935483843],[0.6451612903224486,12.258064516129025],[0.6451612903224486,13.548387096774206],[0.6451612903224486,14.838709677419331],[0.6451612903224486,16.774193548387075],[0.6451612903224486,18.70967741935482],[0.6451612903224486,20],[1.2903225806451246,21.29032258064518],[1.2903225806451246,21.935483870967744],[1.2903225806451246,22.580645161290306],[1.2903225806451246,22.580645161290306]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":889997998,"index":"b7R","isDeleted":false,"id":"PfF0gHetRwqqT6Ltgonls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":928.491102004403,"y":332.0249571170182,"strokeColor":"#ffffff","backgroundColor":"transparent","width":7.0967741935485265,"height":10.967741935483843,"seed":312354414,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.645161290322676,0],[-0.645161290322676,-0.6451612903225623],[-1.9354838709678006,-0.6451612903225623],[-3.2258064516129252,0],[-3.870967741935374,0],[-4.51612903225805,0.6451612903225623],[-5.161290322580726,1.2903225806451815],[-5.161290322580726,1.9354838709677438],[-5.8064516129031745,2.580645161290306],[-6.4516129032258505,3.2258064516129252],[-6.4516129032258505,4.51612903225805],[-6.4516129032258505,5.161290322580669],[-6.4516129032258505,5.806451612903231],[-6.4516129032258505,6.451612903225794],[-6.4516129032258505,7.096774193548413],[-5.8064516129031745,7.741935483870975],[-5.8064516129031745,8.387096774193537],[-5.161290322580726,9.032258064516157],[-3.870967741935374,9.677419354838719],[-3.2258064516129252,9.677419354838719],[-2.5806451612902492,10.322580645161281],[-1.9354838709678006,10.322580645161281],[-1.2903225806451246,10.322580645161281],[-0.645161290322676,9.677419354838719],[-0.645161290322676,10.322580645161281],[0,10.322580645161281],[0,9.677419354838719],[0.645161290322676,9.677419354838719],[0,9.677419354838719],[0,9.677419354838719]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":1301,"versionNonce":682983218,"index":"b7S","isDeleted":false,"id":"coeD7KCtYO7tzdWNlIVxW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":860.1040052302094,"y":435.8959248589535,"strokeColor":"#ffffff","backgroundColor":"transparent","width":363.22580645161315,"height":192.883635213661,"seed":931752110,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[15.483870967741723,-83.22580645161287],[78.70967741935442,-162.58064516129025],[183.329661683714,-192.883635213661],[285.80645161290295,-163.87096774193532],[347.7419354838705,-81.93548387096763],[363.22580645161315,-0.2379521427376119]]},{"type":"freedraw","version":174,"versionNonce":113951982,"index":"b7T","isDeleted":false,"id":"3m8eSq5rNn7CDvyelUfnJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":873.7097399972336,"y":299.74785138225116,"strokeColor":"#ffffff","backgroundColor":"transparent","width":20,"height":16.444444444444457,"seed":1032551282,"groupIds":["UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721473610449,"link":null,"locked":false,"points":[[0,0],[-0.4444444444444571,0],[0,0],[0.4444444444444571,0],[0.8888888888889142,0],[1.3333333333333712,0],[1.7777777777778283,0],[2.2222222222221717,0],[2.6666666666667425,-0.4444444444444571],[3.111111111111086,-0.4444444444444571],[3.555555555555543,-0.4444444444444571],[4,-0.4444444444444571],[4.444444444444457,-0.4444444444444571],[4.888888888888914,-0.8888888888889142],[5.333333333333371,-0.8888888888889142],[5.333333333333371,-1.3333333333333712],[5.333333333333371,-1.7777777777777715],[5.777777777777828,-1.7777777777777715],[5.333333333333371,-1.7777777777777715],[5.333333333333371,-2.2222222222222285],[4.888888888888914,-2.2222222222222285],[4.888888888888914,-2.6666666666666856],[4.444444444444457,-3.1111111111111427],[4.444444444444457,-3.5555555555555998],[4,-4],[3.555555555555543,-4],[3.111111111111086,-4.444444444444457],[3.111111111111086,-4.888888888888914],[2.6666666666667425,-4.888888888888914],[2.2222222222221717,-5.333333333333371],[2.2222222222221717,-5.7777777777777715],[1.7777777777778283,-6.666666666666686],[1.7777777777778283,-7.111111111111143],[1.3333333333333712,-8],[0.8888888888889142,-8.444444444444457],[0.8888888888889142,-9.333333333333371],[0.4444444444444571,-9.777777777777771],[0.4444444444444571,-10.666666666666686],[0.4444444444444571,-11.5555555555556],[0.8888888888889142,-12],[0.8888888888889142,-12.888888888888914],[0.8888888888889142,-13.333333333333371],[1.3333333333333712,-13.777777777777771],[1.7777777777778283,-14.222222222222229],[2.6666666666667425,-15.111111111111143],[3.111111111111086,-15.111111111111143],[4,-15.5555555555556],[4.888888888888914,-15.5555555555556],[5.777777777777828,-16],[6.6666666666667425,-16],[8,-16.444444444444457],[8.888888888888914,-16.444444444444457],[9.777777777777828,-16.444444444444457],[10.666666666666742,-16.444444444444457],[11.555555555555543,-16],[12.444444444444457,-15.5555555555556],[12.888888888888914,-15.111111111111143],[13.777777777777828,-14.222222222222229],[14.222222222222172,-13.777777777777771],[15.111111111111086,-12.888888888888914],[15.555555555555543,-12.444444444444457],[15.555555555555543,-11.111111111111143],[15.555555555555543,-10.222222222222229],[15.555555555555543,-8.888888888888914],[15.555555555555543,-8],[15.555555555555543,-7.111111111111143],[15.555555555555543,-6.2222222222222285],[15.555555555555543,-5.7777777777777715],[15.111111111111086,-4.888888888888914],[14.666666666666742,-4.444444444444457],[14.222222222222172,-4],[14.222222222222172,-3.5555555555555998],[13.777777777777828,-3.1111111111111427],[12.888888888888914,-2.6666666666666856],[12.888888888888914,-2.2222222222222285],[12.444444444444457,-1.7777777777777715],[12,-1.3333333333333712],[12,-0.8888888888889142],[12,-0.4444444444444571],[12.444444444444457,-0.4444444444444571],[12.888888888888914,-0.4444444444444571],[13.777777777777828,-0.4444444444444571],[14.222222222222172,-0.4444444444444571],[15.111111111111086,-0.4444444444444571],[16,-0.4444444444444571],[16.888888888888914,-0.4444444444444571],[17.33333333333337,-0.8888888888889142],[18.22222222222217,-0.8888888888889142],[18.666666666666742,-0.8888888888889142],[19.111111111111086,-0.8888888888889142],[19.111111111111086,-0.4444444444444571],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.555555555555543,-0.8888888888889142],[19.555555555555543,-0.4444444444444571],[19.111111111111086,-0.4444444444444571],[19.111111111111086,-0.4444444444444571]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":2287,"versionNonce":1776069750,"index":"b7T2","isDeleted":false,"id":"gciJ9PtasVHnQ5nS8fagB","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":884.8266872395717,"y":164.10071941607805,"strokeColor":"#fab005","backgroundColor":"#fab005","width":38.08049653079479,"height":38.08049653079479,"seed":140457198,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721487260161,"link":null,"locked":false},{"type":"freedraw","version":2075,"versionNonce":820706794,"index":"b7T4","isDeleted":false,"id":"zJcqwJcfqD2Fq6dA6Nu9y","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":904.8350837218537,"y":144.7377550783857,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":403527922,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2075,"versionNonce":1706798518,"index":"b7T8","isDeleted":false,"id":"0GyrPhRDmqk_OdhM6oOtj","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":903.5442194326741,"y":209.92640168194941,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1019635502,"groupIds":["xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2578,"versionNonce":661106858,"index":"b7TA","isDeleted":false,"id":"Yv554nGoE-Ib4avHCTbra","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":927.4930274059166,"y":202.7142391797471,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":647588530,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2576,"versionNonce":682133238,"index":"b7TC","isDeleted":false,"id":"KI5VoKdxyG87N6scbGbLK","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":2.430984979980092,"x":884.814615842169,"y":152.88247350958147,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":973951342,"groupIds":["vwjr1Pv0l8Em_cHq9N8iF","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2819,"versionNonce":2034240362,"index":"b7TG","isDeleted":false,"id":"xJZ_7RXRPZYk2p3ewhjae","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":935.7346502171686,"y":185.73036160041568,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":893207666,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2818,"versionNonce":1126709302,"index":"b7TI","isDeleted":false,"id":"93byxbD5uW46OOVEtLRXI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.8515278851931338,"x":872.6313332632498,"y":167.0491182316722,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":998044590,"groupIds":["jqAnkb1j9KNI0Gx158L05","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2897,"versionNonce":213847594,"index":"b7TK","isDeleted":false,"id":"LVK68mB4GXDaYs0J6gpis","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":935.6882477247441,"y":168.18578669259216,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":2109728306,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2896,"versionNonce":1830797686,"index":"b7TO","isDeleted":false,"id":"ONAQlPx9ySTrXeaVwCGBd","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":1.2669042458070177,"x":872.6480368796152,"y":187.07673213130295,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":725503470,"groupIds":["i9aaEQd3iQtOeTfeA0tTX","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2866,"versionNonce":1188018410,"index":"b7TQ","isDeleted":false,"id":"rPDUDPiJQTUyq-JKZ7VL-","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":925.2775498784231,"y":153.2316855811365,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1762152434,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.6454321445897423,0.6454321445897423],[-0.6454321445897423,1.2908642891794846],[-0.6454321445897423,1.9362964337692268],[-0.6454321445897423,3.227160722948711],[-0.6454321445897423,3.8725928675384536],[-0.6454321445897423,5.163457156717938],[-0.6454321445897423,5.808889301307681],[-0.6454321445897423,6.454321445897422],[-0.6454321445897423,7.099753590487164],[-0.6454321445897423,7.745185735076907],[-0.6454321445897423,8.39061787966665],[-0.6454321445897423,9.03605002425639],[-0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":2863,"versionNonce":433332918,"index":"b7TS","isDeleted":false,"id":"ucJv0bJrVer_f7fxCWPjV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0.684110657212825,"x":882.9337357502528,"y":203.34377163439342,"strokeColor":"#fab005","backgroundColor":"#fab005","width":0.6454321445897423,"height":9.03605002425639,"seed":1180327982,"groupIds":["MmbY8wcI0LkM9_o4lNfUM","xuxu4ipX1yrjR6ugzDnY2","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.6454321445897423],[0,1.2908642891794846],[0,2.581728578358969],[0,3.227160722948711],[0,4.518025012128195],[0,5.808889301307681],[0.6454321445897423,7.099753590487164],[0,7.745185735076907],[0.6454321445897423,8.39061787966665],[0.6454321445897423,9.03605002425639],[0,9.03605002425639],[0.6454321445897423,9.03605002425639],[0.6454321445897423,9.03605002425639]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":749,"versionNonce":922553258,"index":"b7TV","isDeleted":false,"id":"uVxjOpwZaL8S85Pkl2OvU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":897.4529831387237,"y":176.04670372073895,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":8.888888888888914,"height":14.666666666666742,"seed":723354034,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4444444444444571],[0,0],[0,0.4444444444444571],[0,0.8888888888889142],[0,1.7777777777778283],[0,2.2222222222222854],[-0.4444444444444571,3.111111111111086],[-0.4444444444444571,3.555555555555543],[-0.4444444444444571,4.444444444444457],[-0.8888888888889142,5.333333333333371],[-0.8888888888889142,5.777777777777828],[-0.8888888888889142,6.666666666666629],[-1.3333333333333712,7.555555555555543],[-1.3333333333333712,8.444444444444457],[-1.3333333333333712,9.333333333333371],[-0.8888888888889142,9.777777777777828],[-1.3333333333333712,10.666666666666629],[-1.3333333333333712,11.555555555555543],[-1.3333333333333712,12],[-1.3333333333333712,12.444444444444457],[-1.3333333333333712,13.333333333333371],[-1.3333333333333712,13.777777777777828],[-1.3333333333333712,14.222222222222285],[-0.8888888888889142,14.222222222222285],[-0.4444444444444571,14.222222222222285],[0,14.222222222222285],[0.8888888888889142,14.222222222222285],[1.7777777777778283,14.222222222222285],[2.2222222222221717,14.222222222222285],[2.6666666666666288,13.777777777777828],[3.111111111111086,13.777777777777828],[3.555555555555543,13.777777777777828],[4,13.777777777777828],[4.444444444444457,13.777777777777828],[4.888888888888914,13.777777777777828],[5.333333333333371,13.777777777777828],[5.777777777777828,13.777777777777828],[6.222222222222172,13.777777777777828],[6.666666666666629,13.777777777777828],[6.666666666666629,13.333333333333371],[7.111111111111086,13.777777777777828],[7.111111111111086,13.333333333333371],[7.111111111111086,13.777777777777828],[7.555555555555543,13.777777777777828],[7.555555555555543,13.333333333333371],[7.555555555555543,13.777777777777828],[7.111111111111086,13.333333333333371],[7.555555555555543,13.333333333333371],[7.555555555555543,13.333333333333371]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":417,"versionNonce":199908342,"index":"b7TX","isDeleted":false,"id":"_zf0IykXkRPxumt44KRYg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":910.4252976459237,"y":186.87849128072423,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.9302325581395507,"height":5.581395348837077,"seed":1085942382,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.4651162790696617],[0,0],[0.4651162790697754,0.4651162790696617],[0.4651162790697754,0.9302325581395507],[0.4651162790697754,1.3953488372092124],[0.4651162790697754,1.8604651162791015],[0.4651162790697754,2.325581395348763],[0.4651162790697754,3.255813953488314],[0.4651162790697754,3.720930232558203],[0.4651162790697754,4.186046511627865],[0.4651162790697754,4.651162790697754],[0.4651162790697754,5.116279069767415],[0.9302325581395507,5.116279069767415],[0.9302325581395507,5.116279069767415]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":387,"versionNonce":1131546218,"index":"b7TZ","isDeleted":false,"id":"7nko5xL3-xfr6QgBh8oRL","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":909.9601813668538,"y":182.69244476909637,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":0.46511627906971853,"height":0.4651162790696617,"seed":1596357490,"groupIds":["A-rcvM23VUSJD0CSoYblI","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.4651162790696617],[-0.46511627906971853,0.4651162790696617],[-0.46511627906971853,0],[-0.46511627906971853,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1047,"versionNonce":1768385846,"index":"b7Td","isDeleted":false,"id":"tDrtSyQVPZFg1k2qx7rls","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":937.6445988650189,"y":330.966059090699,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":12.830188679245339,"height":11.69811320754718,"seed":438223854,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,-0.37735849056605275],[-0.37735849056605275,0],[-0.7547169811321055,0.7547169811321055],[-1.1320754716981583,1.509433962264211],[-1.1320754716981583,2.6415094339622556],[-1.1320754716981583,3.396226415094361],[-1.1320754716981583,4.150943396226467],[-1.1320754716981583,5.283018867924625],[-1.1320754716981583,6.037735849056617],[-1.1320754716981583,7.169811320754775],[-0.7547169811321055,8.30188679245282],[0,9.056603773584925],[0.37735849056605275,9.81132075471703],[0.7547169811320487,10.188679245283083],[1.5094339622641542,10.188679245283083],[2.264150943396203,10.188679245283083],[2.6415094339622556,10.188679245283083],[3.396226415094361,9.81132075471703],[4.15094339622641,9.056603773584925],[4.905660377358458,8.30188679245282],[5.283018867924511,7.547169811320714],[5.283018867924511,7.169811320754775],[5.660377358490564,6.415094339622669],[5.283018867924511,6.415094339622669],[5.283018867924511,6.037735849056617],[5.283018867924511,6.415094339622669],[5.283018867924511,6.792452830188722],[5.660377358490564,7.169811320754775],[5.660377358490564,7.547169811320714],[6.037735849056617,7.92452830188688],[6.415094339622669,8.679245283018872],[6.792452830188665,9.056603773584925],[7.169811320754718,9.433962264150978],[7.924528301886767,9.81132075471703],[8.679245283018872,10.188679245283083],[9.056603773584925,9.81132075471703],[9.811320754716974,9.81132075471703],[10.18867924528297,9.81132075471703],[10.566037735849022,9.433962264150978],[10.943396226415075,9.056603773584925],[11.320754716981128,8.679245283018872],[11.69811320754718,8.30188679245282],[11.69811320754718,7.547169811320714],[11.69811320754718,6.792452830188722],[11.69811320754718,6.037735849056617],[11.69811320754718,4.905660377358458],[11.69811320754718,4.150943396226467],[11.320754716981128,3.0188679245283083],[11.320754716981128,2.264150943396203],[10.943396226415075,1.1320754716981583],[10.943396226415075,0.37735849056605275],[10.566037735849022,-0.37735849056605275],[10.566037735849022,-0.7547169811319918],[10.566037735849022,-1.1320754716981583],[10.18867924528297,-1.5094339622640973],[10.566037735849022,-1.5094339622640973],[10.566037735849022,-1.1320754716981583],[10.943396226415075,-0.7547169811319918],[10.943396226415075,-0.37735849056605275],[10.943396226415075,-0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1004,"versionNonce":1425647914,"index":"b7Tf","isDeleted":false,"id":"m3O87z_o4xAQNqpwQBaun","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":956.1351649027547,"y":335.87171946805734,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":1.5094339622641542,"height":7.92452830188688,"seed":789723634,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.1320754716981583],[-0.7547169811320487,1.509433962264211],[-0.7547169811320487,1.8867924528302638],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.018867924528422],[-1.1320754716981014,3.773584905660414],[-1.1320754716981014,4.150943396226467],[-1.1320754716981014,4.905660377358572],[-1.1320754716981014,5.660377358490678],[-1.1320754716981014,6.037735849056617],[-1.1320754716981014,6.415094339622669],[-1.5094339622641542,6.792452830188722],[-1.5094339622641542,7.169811320754775],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.92452830188688],[-1.5094339622641542,7.547169811320828],[-1.5094339622641542,7.547169811320828]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":988,"versionNonce":1336956534,"index":"b7Th","isDeleted":false,"id":"pVeaiAuM8U0zR9UjcSkqU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":955.0030894310567,"y":331.72077607183087,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":0.0001,"height":0.0001,"seed":767301166,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.0001,0.0001]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1007,"versionNonce":50263018,"index":"b7Tl","isDeleted":false,"id":"-me1CAntZCTUum6VJdOYU","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":935.7578064121885,"y":320.7773798454157,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":13.96226415094344,"height":0.37735849056605275,"seed":744106930,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[1.5094339622641542,0],[1.886792452830207,0],[2.6415094339622556,0],[3.396226415094361,0],[4.15094339622641,0],[5.283018867924568,0],[6.037735849056617,0],[6.4150943396226126,0],[7.547169811320771,0],[8.301886792452876,0],[9.056603773584925,0],[10.188679245283026,0],[10.943396226415132,0],[11.69811320754718,0],[12.45283018867923,0],[12.830188679245282,0],[13.584905660377387,-0.37735849056605275],[13.584905660377387,0],[13.96226415094344,0],[13.96226415094344,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1014,"versionNonce":1737103286,"index":"b7Tn","isDeleted":false,"id":"VvSfvndXaFWzoK75PiAHY","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.0785611291699,"y":317.38115343032155,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.905660377358515,"height":7.547169811320714,"seed":2121605230,"groupIds":["8WgnDCxSZLDMs1LqFWOa3","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.7547169811320487,0.37735849056605275],[1.1320754716981014,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[1.886792452830207,1.1320754716980446],[2.6415094339623124,1.1320754716980446],[3.0188679245283083,1.1320754716980446],[3.396226415094361,1.509433962264211],[3.773584905660357,1.509433962264211],[4.15094339622641,1.88679245283015],[4.5283018867924625,1.88679245283015],[4.5283018867924625,2.264150943396203],[4.905660377358515,2.6415094339622556],[4.905660377358515,3.0188679245283083],[4.5283018867924625,3.396226415094361],[4.5283018867924625,3.7735849056603],[4.15094339622641,4.150943396226467],[4.15094339622641,4.528301886792406],[4.15094339622641,4.905660377358458],[3.773584905660357,5.283018867924511],[3.773584905660357,5.660377358490564],[3.396226415094361,5.660377358490564],[3.396226415094361,6.037735849056617],[3.0188679245283083,6.415094339622669],[2.6415094339623124,6.415094339622669],[2.2641509433962597,6.792452830188722],[2.2641509433962597,7.169811320754661],[2.2641509433962597,7.547169811320714],[2.2641509433962597,7.547169811320714]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1046,"versionNonce":1066198698,"index":"b7Tp","isDeleted":false,"id":"7YpdZmOrTyDst1CHiuMru","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1130.8521460348306,"y":335.1170024869259,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":15.471698113207538,"height":12.830188679245339,"seed":658367858,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-0.37735849056605275,1.5094339622640973],[-0.7547169811320487,1.5094339622640973],[-0.7547169811320487,1.88679245283015],[-0.7547169811320487,2.6415094339622556],[-0.7547169811320487,3.396226415094361],[-1.1320754716981014,4.528301886792406],[-1.1320754716981014,5.660377358490564],[-1.1320754716981014,6.7924528301886085],[-0.7547169811320487,7.924528301886767],[-0.37735849056605275,9.056603773584925],[0,10.18867924528297],[0.3773584905659959,10.566037735849022],[0.7547169811320487,11.320754716981128],[1.5094339622641542,11.69811320754718],[2.2641509433962597,12.075471698113233],[3.0188679245283083,12.452830188679286],[4.15094339622641,12.452830188679286],[4.905660377358515,12.075471698113233],[5.283018867924511,11.69811320754718],[5.660377358490564,11.320754716981128],[6.03773584905656,10.566037735849022],[6.4150943396226126,9.81132075471703],[6.4150943396226126,8.679245283018872],[6.4150943396226126,8.30188679245282],[6.4150943396226126,7.924528301886767],[6.4150943396226126,7.547169811320714],[6.4150943396226126,7.169811320754661],[6.03773584905656,7.169811320754661],[6.03773584905656,7.547169811320714],[6.03773584905656,7.924528301886767],[6.03773584905656,8.679245283018872],[6.4150943396226126,9.433962264150864],[6.4150943396226126,9.81132075471703],[6.792452830188665,10.566037735849022],[7.169811320754718,10.943396226415075],[7.547169811320771,11.320754716981128],[7.9245283018868236,11.69811320754718],[8.679245283018872,11.69811320754718],[9.811320754716974,12.075471698113233],[10.56603773584908,11.69811320754718],[11.320754716981128,11.69811320754718],[12.075471698113176,11.320754716981128],[12.830188679245282,10.566037735849022],[13.207547169811335,10.18867924528297],[13.584905660377387,9.433962264150864],[13.962264150943383,8.679245283018872],[13.962264150943383,7.547169811320714],[14.339622641509436,6.7924528301886085],[14.339622641509436,5.660377358490564],[14.339622641509436,4.905660377358458],[14.339622641509436,3.773584905660414],[13.962264150943383,2.6415094339622556],[13.962264150943383,1.88679245283015],[13.962264150943383,1.1320754716981583],[13.962264150943383,0.37735849056605275],[13.584905660377387,-0.37735849056605275],[13.207547169811335,0],[12.830188679245282,0.37735849056605275],[12.830188679245282,0.37735849056605275]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1028,"versionNonce":2031726838,"index":"b7Tt","isDeleted":false,"id":"2QSNnOWw4Ol7QEvMaODsV","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1153.1162969782267,"y":342.6641722982465,"strokeColor":"#ffffff","backgroundColor":"transparent","width":6.792452830188722,"height":8.679245283018872,"seed":1611850414,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[-3.773584905660414,4.150943396226467],[-3.773584905660414,4.528301886792519],[-3.773584905660414,4.905660377358572],[-4.150943396226467,5.660377358490564],[-4.528301886792519,6.037735849056617],[-4.528301886792519,6.792452830188722],[-4.528301886792519,7.169811320754775],[-4.150943396226467,7.547169811320828],[-4.150943396226467,7.924528301886767],[-3.773584905660414,8.30188679245282],[-3.0188679245283083,8.30188679245282],[-2.6415094339622556,8.679245283018872],[-2.2641509433962597,8.679245283018872],[-1.509433962264211,8.679245283018872],[-1.1320754716981583,8.679245283018872],[-0.37735849056605275,8.679245283018872],[0,8.679245283018872],[0.3773584905659959,8.30188679245282],[1.1320754716980446,7.924528301886767],[1.1320754716980446,7.547169811320828],[1.5094339622640973,7.169811320754775],[1.88679245283015,6.415094339622669],[1.88679245283015,6.037735849056617],[2.264150943396203,5.283018867924511],[2.264150943396203,4.905660377358572],[2.264150943396203,4.528301886792519],[2.264150943396203,3.773584905660414],[1.88679245283015,3.396226415094361],[1.5094339622640973,3.0188679245283083],[1.1320754716980446,2.2641509433963165],[0.7547169811320487,2.2641509433963165],[0.3773584905659959,1.88679245283015],[0,1.509433962264211],[-0.37735849056605275,1.509433962264211],[-0.7547169811321055,1.509433962264211],[-1.509433962264211,1.509433962264211],[-1.886792452830207,1.509433962264211],[-2.2641509433962597,1.509433962264211],[-1.886792452830207,1.509433962264211],[-1.886792452830207,1.88679245283015],[-1.886792452830207,1.88679245283015]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1005,"versionNonce":55476586,"index":"b7Tv","isDeleted":false,"id":"iZeIzi3cfjCP1Wh93B38A","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1131.9842215065287,"y":324.9283232416426,"strokeColor":"#ffffff","backgroundColor":"transparent","width":14.339622641509436,"height":0.37735849056605275,"seed":151283506,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0.37735849056605275,0],[0.7547169811321055,0],[1.1320754716981583,0],[1.5094339622641542,0],[2.264150943396203,0],[3.0188679245283083,0],[4.15094339622641,0],[4.905660377358458,-0.37735849056605275],[5.283018867924511,-0.37735849056605275],[8.30188679245282,0],[9.433962264150978,0],[10.188679245283026,0],[11.69811320754718,-0.37735849056605275],[12.452830188679286,-0.37735849056605275],[13.58490566037733,0],[13.962264150943383,0],[14.339622641509436,0],[14.339622641509436,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1008,"versionNonce":2145657398,"index":"b7Tx","isDeleted":false,"id":"wSzgC9y5dKHSNmNBm0do4","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1145.19176867634,"y":321.90945531711463,"strokeColor":"#ffffff","backgroundColor":"transparent","width":4.5283018867924625,"height":5.283018867924511,"seed":1161714926,"groupIds":["WYvAuL58M32LkJTUObPMl","UDXPT0I9ICRWHDAyD0Bq-"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721487260161,"link":null,"locked":false,"points":[[0,0],[0,0.37735849056605275],[0.3773584905659959,0.37735849056605275],[0.3773584905659959,0.7547169811321055],[0.7547169811320487,0.7547169811321055],[1.5094339622641542,0.7547169811321055],[2.2641509433962597,1.1320754716981583],[3.0188679245283083,1.1320754716981583],[3.3962264150943042,1.509433962264211],[4.15094339622641,1.509433962264211],[4.15094339622641,1.8867924528302638],[4.5283018867924625,1.8867924528302638],[4.5283018867924625,2.2641509433963165],[4.5283018867924625,2.6415094339622556],[4.15094339622641,3.0188679245283083],[3.773584905660357,3.396226415094361],[3.3962264150943042,3.773584905660414],[3.0188679245283083,4.528301886792519],[2.6415094339622556,4.528301886792519],[2.6415094339622556,4.905660377358572],[2.2641509433962597,5.283018867924511],[2.2641509433962597,5.283018867924511]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":436,"versionNonce":533761526,"index":"b7U","isDeleted":false,"id":"vdMKhMm1K3YqmWeDaXER5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":789.8214193456367,"y":485.6942718514068,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":544.5454545454547,"height":116.81818181818188,"seed":1509518198,"groupIds":["_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721483168629,"link":null,"locked":false},{"type":"freedraw","version":203,"versionNonce":1169645366,"index":"b7V","isDeleted":false,"id":"PD5Jp_AuimwfoiUKPsZo1","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":823.807540311431,"y":525.0395329248789,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":30.909090909090878,"seed":1961890546,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,1.8181818181818699],[-0.4545454545453822,1.8181818181818699],[-0.4545454545453822,2.272727272727309],[-0.4545454545453822,2.727272727272748],[-0.9090909090908781,3.636363636363683],[-0.9090909090908781,4.545454545454618],[-1.363636363636374,6.363636363636374],[-1.363636363636374,7.727272727272748],[-1.8181818181817562,10],[-2.272727272727252,11.363636363636374],[-2.7272727272726343,13.636363636363626],[-2.7272727272726343,15],[-3.18181818181813,16.81818181818187],[-3.636363636363626,18.181818181818244],[-4.090909090909008,20],[-4.090909090909008,21.363636363636374],[-4.090909090909008,22.727272727272748],[-4.545454545454504,23.636363636363626],[-4.545454545454504,25],[-4.545454545454504,25.909090909090878],[-4.090909090909008,26.81818181818187],[-4.090909090909008,27.727272727272748],[-4.545454545454504,28.181818181818244],[-4.545454545454504,29.090909090909122],[-4.545454545454504,29.545454545454618],[-4.090909090909008,30],[-4.090909090909008,30.454545454545496],[-4.090909090909008,30.909090909090878],[-4.090909090909008,30.454545454545496],[-3.636363636363626,30.909090909090878],[-2.7272727272726343,30.909090909090878],[-2.272727272727252,30.454545454545496],[-0.9090909090908781,30.454545454545496],[0,30.454545454545496],[0.9090909090909918,30.454545454545496],[1.8181818181818699,30.454545454545496],[2.727272727272748,30.454545454545496],[3.636363636363626,30.454545454545496],[4.090909090909122,30.454545454545496],[5.454545454545496,30.454545454545496],[5.909090909090992,30.454545454545496],[6.363636363636374,30.454545454545496],[6.81818181818187,30.454545454545496],[7.272727272727366,30],[7.727272727272748,30],[8.181818181818244,30],[8.636363636363626,30],[9.090909090909122,30],[9.545454545454618,30],[10,30],[10.454545454545496,30],[10.909090909090992,30],[10.454545454545496,30],[10.454545454545496,29.545454545454618],[10.909090909090992,29.545454545454618],[11.81818181818187,28.636363636363626],[11.81818181818187,28.636363636363626]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":177,"versionNonce":1093798006,"index":"b7W","isDeleted":false,"id":"ZAT6g1YoEiaIcryP7YNMG","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":846.8366589741942,"y":552.9853399356364,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":12.727272727272748,"seed":2103366126,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090908781,-0.4545454545454959],[-0.9090909090908781,-0.9090909090909918],[-0.9090909090908781,-1.3636363636364877],[-1.3636363636362603,-1.3636363636364877],[-1.8181818181817562,-1.3636363636364877],[-2.727272727272748,-0.9090909090909918],[-3.636363636363626,0.4545454545453822],[-4.090909090909008,1.3636363636362603],[-4.545454545454504,2.7272727272726343],[-5,4.090909090909008],[-5.454545454545382,5.909090909090878],[-5.454545454545382,6.818181818181756],[-5,8.636363636363512],[-4.545454545454504,10],[-4.090909090909008,10.909090909090878],[-3.18181818181813,11.36363636363626],[-1.8181818181817562,11.36363636363626],[-0.9090909090908781,11.36363636363626],[0.9090909090909918,10.909090909090878],[2.272727272727252,10],[3.181818181818244,8.18181818181813],[4.090909090909122,6.818181818181756],[4.090909090909122,5],[4.090909090909122,3.6363636363635123],[3.6363636363637397,2.272727272727252],[3.181818181818244,1.3636363636362603],[2.272727272727252,0.4545454545453822],[1.8181818181818699,0],[1.363636363636374,-0.4545454545454959],[0.9090909090909918,-0.9090909090909918],[0,-0.4545454545454959],[-0.9090909090908781,0],[-1.3636363636362603,0.9090909090908781],[-1.3636363636362603,1.3636363636362603],[-1.3636363636362603,1.3636363636362603]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":156,"versionNonce":1644530102,"index":"b7X","isDeleted":false,"id":"hS--3iVNVl2zJjR97tzd3","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.0803388285782,"y":540.4900530576798,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":2.272727272727252,"seed":1098452146,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545453822,-0.4545454545454959],[0.9090909090908781,-0.4545454545454959],[2.272727272727252,-0.4545454545454959],[3.6363636363635123,-0.4545454545454959],[5.454545454545382,0],[6.36363636363626,0],[7.727272727272634,0],[8.636363636363512,0.4545454545454959],[9.545454545454504,0.4545454545454959],[9.545454545454504,0.9090909090908781],[9.545454545454504,1.363636363636374],[9.090909090909008,1.8181818181817562],[9.090909090909008,1.8181818181817562]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":155,"versionNonce":928441078,"index":"b7Y","isDeleted":false,"id":"b9ZWP6X8VDBRo8gpdnLj2","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":861.3491948536588,"y":545.9815371249048,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.909090909090878,"height":0.9090909090908781,"seed":866988910,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545453822],[0.4545454545454959,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.8181818181818699,0.4545454545453822],[3.18181818181813,0.4545454545453822],[4.545454545454618,0.4545454545453822],[5.909090909090878,0.4545454545453822],[7.272727272727252,0.4545454545453822],[8.636363636363626,0.4545454545453822],[10,0.4545454545453822],[10.454545454545496,0.9090909090908781],[10.909090909090878,0.9090909090908781],[10.909090909090878,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":598414390,"index":"b7Z","isDeleted":false,"id":"DK4g8-2wNYocFkbfIXgeh","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":886.049876979285,"y":528.5747890414843,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181756,"height":28.636363636363683,"seed":1731183794,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.45454545454543904],[0.4545454545453822,-0.45454545454543904],[0,0],[0,0.9090909090909349],[0,2.272727272727309],[-0.4545454545454959,4.545454545454561],[-0.4545454545454959,6.363636363636374],[-0.9090909090909918,9.090909090909122],[-1.3636363636364877,11.81818181818187],[-1.3636363636364877,14.090909090909122],[-1.8181818181818699,16.363636363636374],[-2.2727272727273657,18.181818181818244],[-2.2727272727273657,20.90909090909099],[-2.727272727272748,22.727272727272748],[-3.181818181818244,25],[-3.181818181818244,25.90909090909099],[-3.181818181818244,26.81818181818187],[-3.181818181818244,27.727272727272748],[-2.727272727272748,28.181818181818244],[-1.3636363636364877,28.181818181818244],[-0.4545454545454959,28.181818181818244],[0.4545454545453822,28.181818181818244],[1.8181818181817562,28.181818181818244],[3.18181818181813,28.181818181818244],[4.545454545454504,28.181818181818244],[5.454545454545382,27.727272727272748],[6.36363636363626,27.727272727272748],[7.272727272727252,27.727272727272748],[7.727272727272634,27.272727272727252],[8.18181818181813,27.727272727272748],[8.636363636363512,27.727272727272748],[8.636363636363512,27.727272727272748]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":181,"versionNonce":1894194550,"index":"b7a","isDeleted":false,"id":"3IV0iMa80tIVdyOUlgLDv","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":903.1385887664771,"y":560.1081352556295,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.36363636363626,"height":12.272727272727252,"seed":351788014,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[1.8181818181818699,0],[2.727272727272748,0],[3.636363636363626,0],[4.090909090909122,0],[5.454545454545496,-0.9090909090909918],[5.909090909090878,-1.3636363636364877],[6.81818181818187,-1.8181818181818699],[6.81818181818187,-2.2727272727273657],[6.81818181818187,-3.181818181818244],[6.363636363636374,-3.6363636363637397],[5.454545454545496,-4.545454545454618],[4.545454545454618,-5],[3.636363636363626,-5.454545454545496],[2.2727272727273657,-5.454545454545496],[1.363636363636374,-5.454545454545496],[0.4545454545454959,-5],[-0.4545454545453822,-4.545454545454618],[-1.363636363636374,-4.090909090909122],[-1.8181818181817562,-3.6363636363637397],[-2.272727272727252,-2.2727272727273657],[-2.7272727272726343,-1.3636363636364877],[-2.7272727272726343,-0.4545454545454959],[-2.7272727272726343,0.4545454545453822],[-2.7272727272726343,1.3636363636362603],[-2.7272727272726343,2.272727272727252],[-2.272727272727252,3.18181818181813],[-1.8181818181817562,4.090909090909008],[-0.9090909090908781,5],[0,5.909090909090878],[1.363636363636374,6.36363636363626],[2.2727272727273657,6.818181818181756],[3.636363636363626,6.818181818181756],[5,6.36363636363626],[6.363636363636374,5.909090909090878],[7.272727272727366,5.909090909090878],[7.727272727272748,5.454545454545382],[8.181818181818244,5],[8.636363636363626,5],[8.636363636363626,5]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":133,"versionNonce":1682964150,"index":"b7b","isDeleted":false,"id":"-huL1DUbtisLKjACYBo3_","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":923.6547328339373,"y":546.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":0.4545454545454959,"seed":1952446898,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[8.636363636363626,0],[9.545454545454618,0],[11.363636363636374,0],[11.81818181818187,0],[12.272727272727366,0.4545454545454959],[12.727272727272748,0.4545454545454959],[12.727272727272748,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":153,"versionNonce":1384822774,"index":"b7c","isDeleted":false,"id":"G26lnKvLjQ4XgpMBo5zKg","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":930.4729146521191,"y":541.4004538899713,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":10.454545454545496,"seed":1369745070,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,6.81818181818187],[-0.9090909090909918,7.727272727272748],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,10],[-0.9090909090909918,10.454545454545496],[-0.9090909090909918,10.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":865880374,"index":"b7d","isDeleted":false,"id":"peYLR2WFgrNKKGFXLpssN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":959.9486050749573,"y":507.9178552874888,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":30.454545454545496,"height":75.4545454545455,"seed":45748722,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0,0],[0,-0.45454545454543904],[0,-0.9090909090908781],[-0.4545454545453822,-1.818181818181813],[-0.9090909090908781,-2.272727272727252],[-1.8181818181818699,-3.18181818181813],[-2.2727272727273657,-3.636363636363626],[-2.727272727272748,-3.636363636363626],[-3.18181818181813,-3.636363636363626],[-3.636363636363626,-3.636363636363626],[-4.090909090909122,-3.18181818181813],[-4.545454545454618,-2.727272727272748],[-5.454545454545382,-1.818181818181813],[-5.909090909090878,-0.9090909090908781],[-6.363636363636374,0],[-6.81818181818187,0.9090909090909349],[-7.727272727272748,2.272727272727252],[-7.727272727272748,3.181818181818187],[-8.18181818181813,5],[-8.18181818181813,6.363636363636374],[-8.636363636363626,8.181818181818187],[-8.636363636363626,10],[-8.636363636363626,11.81818181818187],[-9.090909090909122,14.090909090909122],[-9.090909090909122,16.363636363636374],[-9.090909090909122,18.181818181818187],[-9.090909090909122,20],[-9.545454545454618,22.272727272727252],[-10,25],[-10,27.727272727272748],[-10.454545454545382,30.454545454545496],[-10.909090909090878,32.72727272727275],[-11.363636363636374,35.454545454545496],[-11.81818181818187,37.27272727272725],[-12.272727272727366,40.454545454545496],[-13.18181818181813,42.72727272727275],[-13.636363636363626,45],[-14.090909090909122,47.72727272727275],[-15,50],[-15.454545454545496,52.72727272727275],[-15.909090909090878,55],[-16.363636363636374,57.27272727272725],[-16.81818181818187,58.636363636363626],[-17.272727272727252,60.90909090909088],[-17.727272727272748,62.272727272727366],[-18.18181818181813,64.09090909090912],[-18.636363636363626,65.45454545454538],[-19.090909090909122,66.36363636363637],[-19.545454545454618,67.72727272727275],[-20,68.63636363636363],[-20,69.09090909090912],[-20.454545454545496,70],[-20.909090909090878,70.90909090909088],[-21.363636363636374,71.36363636363637],[-21.81818181818187,71.81818181818187],[-22.272727272727252,71.81818181818187],[-23.18181818181813,71.81818181818187],[-24.090909090909122,71.81818181818187],[-25,71.36363636363637],[-25.909090909090878,70.90909090909088],[-27.727272727272748,70],[-28.18181818181813,69.54545454545462],[-29.090909090909122,69.09090909090912],[-29.545454545454618,68.63636363636363],[-30,68.18181818181813],[-30.454545454545496,67.72727272727275],[-30.454545454545496,67.27272727272737],[-30.454545454545496,66.81818181818187],[-30.454545454545496,66.36363636363637],[-30.454545454545496,65.90909090909088],[-30.454545454545496,65.90909090909088]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":174,"versionNonce":921285238,"index":"b7e","isDeleted":false,"id":"_ViTTRYi4L2d78USILxyJ","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":952.9591846147092,"y":578.0475661346965,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.363636363636374,"height":12.272727272727252,"seed":701107374,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[0,0.4545454545453822],[0.9090909090908781,0.4545454545453822],[1.3636363636362603,0.4545454545453822],[2.272727272727252,0.9090909090907644],[2.727272727272748,0.9090909090907644],[3.6363636363635123,0.9090909090907644],[4.545454545454504,0.9090909090907644],[5,0.9090909090907644],[5.454545454545496,0.9090909090907644],[5.454545454545496,0.4545454545453822],[5.909090909090878,0],[6.36363636363626,-0.4545454545454959],[6.36363636363626,-0.9090909090909918],[6.36363636363626,-1.3636363636364877],[5.909090909090878,-1.8181818181818699],[5.909090909090878,-2.272727272727252],[5.909090909090878,-2.727272727272748],[5.454545454545496,-3.181818181818244],[5,-3.181818181818244],[4.545454545454504,-3.181818181818244],[4.090909090909008,-3.181818181818244],[3.6363636363635123,-3.181818181818244],[3.18181818181813,-3.181818181818244],[2.272727272727252,-3.6363636363637397],[1.8181818181817562,-3.6363636363637397],[1.3636363636362603,-3.6363636363637397],[0.9090909090908781,-3.6363636363637397],[0.4545454545454959,-4.090909090909236],[0,-4.545454545454618],[-0.4545454545454959,-5.454545454545496],[-0.4545454545454959,-6.363636363636488],[-0.4545454545454959,-6.81818181818187],[-0.4545454545454959,-7.727272727272748],[-0.4545454545454959,-8.181818181818244],[0,-8.63636363636374],[0.4545454545454959,-9.545454545454618],[0.9090909090908781,-9.545454545454618],[1.3636363636362603,-10.454545454545496],[2.272727272727252,-10.909090909090992],[3.18181818181813,-10.909090909090992],[4.090909090909008,-11.363636363636488],[5,-11.363636363636488],[5.909090909090878,-11.363636363636488],[6.818181818181756,-11.363636363636488],[7.727272727272748,-11.363636363636488],[8.636363636363512,-10.909090909090992],[9.545454545454504,-10.454545454545496],[10.454545454545496,-10],[11.36363636363626,-9.545454545454618],[11.818181818181756,-9.090909090909122],[12.272727272727252,-8.181818181818244],[12.272727272727252,-7.727272727272748],[12.272727272727252,-6.81818181818187],[12.272727272727252,-6.363636363636488],[11.818181818181756,-5.909090909090992],[11.36363636363626,-5.454545454545496],[10.909090909090878,-4.545454545454618],[10.454545454545496,-4.090909090909236],[10,-3.6363636363637397],[10,-3.181818181818244],[9.545454545454504,-2.727272727272748],[9.545454545454504,-2.272727272727252],[9.090909090909008,-2.272727272727252],[9.090909090909008,-1.8181818181818699],[9.090909090909008,-1.3636363636364877],[9.545454545454504,-1.3636363636364877],[9.545454545454504,-0.9090909090909918],[10,-0.4545454545454959],[10.454545454545496,-0.4545454545454959],[10.909090909090878,0],[11.36363636363626,0],[12.272727272727252,0],[12.727272727272748,0],[13.636363636363512,0],[14.090909090909008,-0.4545454545454959],[15,-0.4545454545454959],[15.454545454545496,-0.4545454545454959],[15.909090909090878,-0.4545454545454959],[15.909090909090878,-0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":1463284662,"index":"b7f","isDeleted":false,"id":"1pdN06lh4Y5rZjnnQBgdE","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":989.7443821791821,"y":533.1231397755822,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":30,"seed":1198923378,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,-0.9090909090909349],[-0.4545454545454959,-0.9090909090909349],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-1.363636363636374],[-1.8181818181819835,-0.9090909090909349],[-2.7272727272729753,-0.9090909090909349],[-3.6363636363637397,0],[-4.090909090909236,0.9090909090908781],[-4.5454545454547315,1.8181818181817562],[-5,2.727272727272748],[-5,3.636363636363626],[-5,4.545454545454504],[-5,5.454545454545382],[-5,6.818181818181756],[-4.5454545454547315,8.18181818181813],[-4.090909090909236,9.545454545454504],[-4.090909090909236,10.909090909090878],[-3.6363636363637397,12.272727272727252],[-3.6363636363637397,13.636363636363626],[-3.6363636363637397,15],[-3.6363636363637397,16.36363636363626],[-3.6363636363637397,18.18181818181813],[-4.090909090909236,19.545454545454504],[-4.5454545454547315,20.909090909090878],[-4.5454545454547315,22.272727272727252],[-4.5454545454547315,23.636363636363626],[-5,24.545454545454504],[-5,25.454545454545382],[-5.454545454545496,26.36363636363626],[-5.909090909090992,27.272727272727252],[-6.363636363636488,27.727272727272748],[-6.363636363636488,28.18181818181813],[-6.363636363636488,28.636363636363626],[-6.8181818181819835,28.636363636363626],[-7.272727272727479,28.636363636363626],[-8.181818181818244,28.636363636363626],[-8.63636363636374,28.18181818181813],[-9.090909090909236,28.18181818181813],[-10.000000000000114,27.727272727272748],[-10.454545454545496,27.272727272727252],[-10.909090909090992,26.818181818181756],[-11.363636363636488,26.36363636363626],[-11.363636363636488,25.909090909090878],[-11.818181818181984,25.454545454545382],[-11.363636363636488,25],[-11.363636363636488,24.545454545454504],[-11.363636363636488,24.09090909090901],[-11.363636363636488,24.09090909090901]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1856769270,"index":"b7g","isDeleted":false,"id":"JFdPkTapciINWIVcby3xf","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":979.4093355994929,"y":543.6441604744659,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.72727272727252,"height":1.363636363636374,"seed":2057255854,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545453822,0],[0.9090909090907644,0.4545454545454959],[1.8181818181817562,0],[2.7272727272725206,0.4545454545454959],[3.6363636363635123,0.4545454545454959],[5,0],[6.36363636363626,0],[7.727272727272521,-0.4545454545453822],[9.090909090909008,-0.4545454545453822],[10.454545454545496,-0.4545454545453822],[11.36363636363626,-0.4545454545453822],[12.272727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.4545454545453822],[12.72727272727252,-0.9090909090908781],[12.72727272727252,-0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":134,"versionNonce":1254817334,"index":"b7h","isDeleted":false,"id":"VwoR0SB1hsbWqhjuxT4TB","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":992.5413698882485,"y":561.6843081768103,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":4.545454545454504,"height":7.727272727272748,"seed":997397938,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[-0.4545454545454959,-1.363636363636374],[0,-1.8181818181818699],[-0.4545454545454959,-2.727272727272748],[0,-3.636363636363626],[0,-4.545454545454504],[0,-5.909090909090878],[0,-6.363636363636374],[0.4545454545454959,-6.81818181818187],[0.4545454545454959,-7.272727272727252],[0.9090909090909918,-7.272727272727252],[0.9090909090909918,-7.727272727272748],[1.3636363636364877,-7.727272727272748],[1.8181818181819835,-7.727272727272748],[2.272727272727252,-7.727272727272748],[2.727272727272748,-7.727272727272748],[3.181818181818244,-7.727272727272748],[3.6363636363637397,-7.727272727272748],[3.6363636363637397,-7.272727272727252],[4.090909090909008,-7.272727272727252],[4.090909090909008,-7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":142,"versionNonce":1081722742,"index":"b7i","isDeleted":false,"id":"1RqQuMzaK_9Q-DBjic8vM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1016.1542808162003,"y":530.9638589853909,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":10.454545454545496,"height":31.81818181818187,"seed":334654574,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.9090909090907644,-0.9090909090908781],[1.3636363636362603,-0.9090909090908781],[0.9090909090907644,-0.45454545454543904],[0,-0.45454545454543904],[-0.4545454545454959,-0.45454545454543904],[-2.272727272727252,0.4545454545454959],[-3.181818181818244,1.363636363636374],[-4.090909090909236,2.272727272727309],[-5.454545454545496,4.090909090909122],[-6.36363636363626,5.454545454545496],[-7.272727272727252,7.727272727272748],[-7.727272727272748,9.545454545454504],[-8.181818181818244,11.81818181818187],[-8.63636363636374,13.636363636363626],[-8.63636363636374,15.909090909090992],[-8.63636363636374,18.181818181818244],[-8.181818181818244,20],[-7.727272727272748,22.272727272727252],[-7.272727272727252,24.090909090909122],[-6.36363636363626,25.90909090909099],[-5,27.272727272727252],[-4.090909090909236,28.181818181818244],[-2.727272727272748,29.545454545454504],[-1.3636363636362603,30.454545454545496],[-0.4545454545454959,30.90909090909099],[0.4545454545454959,30.90909090909099],[1.3636363636362603,30.90909090909099],[1.3636363636362603,30.454545454545496],[1.8181818181817562,30.454545454545496],[1.8181818181817562,30.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1073572022,"index":"b7j","isDeleted":false,"id":"0-suJmyr4IwWvUsPw-8Bd","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1020.1399967632626,"y":542.3618348001443,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":14.545454545454504,"seed":2074022258,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0,0],[0.4545454545454959,0.4545454545453822],[0.9090909090909918,1.3636363636362603],[2.272727272727252,2.272727272727252],[3.181818181818244,3.18181818181813],[4.5454545454547315,4.545454545454504],[5.909090909090992,5.909090909090878],[7.727272727272748,7.272727272727252],[9.090909090909236,9.090909090909008],[10,10],[10.909090909090992,11.36363636363626],[11.363636363636488,12.727272727272634],[12.272727272727252,13.636363636363512],[12.727272727272748,14.090909090909008],[12.727272727272748,13.636363636363512],[12.727272727272748,13.18181818181813],[12.727272727272748,13.18181818181813]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":1761272310,"index":"b7k","isDeleted":false,"id":"tiqdoanqq0_oL6Sq79Op6","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1031.0568454915415,"y":541.4689712537574,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.090909090909236,"height":15.909090909090992,"seed":533631918,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0.9090909090909918],[-0.9090909090909918,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.727272727272748,3.636363636363626],[-4.090909090909236,5.454545454545496],[-4.545454545454504,6.81818181818187],[-5.454545454545496,8.636363636363626],[-6.36363636363626,10],[-6.818181818181756,11.363636363636374],[-7.727272727272748,12.727272727272748],[-8.181818181818244,13.636363636363626],[-8.63636363636374,14.545454545454504],[-8.63636363636374,15],[-8.63636363636374,15.454545454545496],[-8.63636363636374,14.545454545454504],[-8.181818181818244,14.090909090909122],[-8.181818181818244,14.090909090909122]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":125,"versionNonce":511128374,"index":"b7l","isDeleted":false,"id":"OUIlWHjkDeJmBE6EInq-e","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1040.184018424775,"y":557.3746801285196,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":994956466,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[0,0],[0.9090909090909918,0.4545454545454959],[1.3636363636362603,1.363636363636374],[1.8181818181817562,2.272727272727252],[1.3636363636362603,3.636363636363626],[0.9090909090909918,4.545454545454504],[-0.4545454545454959,5.909090909090878],[-1.8181818181817562,6.818181818181756],[-3.181818181818244,7.272727272727252],[-3.181818181818244,7.272727272727252]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":157,"versionNonce":450321526,"index":"b7m","isDeleted":false,"id":"AfulnK9y2lDmBZRBOpA6m","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1052.8632838822818,"y":543.9506587019875,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":15.909090909090992,"height":13.636363636363626,"seed":1755136302,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[-0.9090909090909918,0],[-0.9090909090909918,0.4545454545454959],[-1.3636363636362603,0.9090909090908781],[-1.8181818181817562,1.363636363636374],[-2.272727272727252,2.727272727272748],[-2.272727272727252,4.090909090909122],[-2.272727272727252,5.454545454545496],[-2.272727272727252,7.272727272727252],[-1.8181818181817562,9.090909090909122],[-1.3636363636362603,10.454545454545496],[-0.4545454545454959,11.363636363636374],[0,12.272727272727252],[1.3636363636364877,12.727272727272748],[2.272727272727252,12.727272727272748],[3.181818181818244,11.81818181818187],[4.090909090909008,10.909090909090878],[4.545454545454504,9.545454545454618],[4.545454545454504,8.636363636363626],[4.545454545454504,7.272727272727252],[4.545454545454504,6.81818181818187],[4.545454545454504,7.272727272727252],[4.545454545454504,8.18181818181813],[4.545454545454504,9.090909090909122],[5.454545454545496,10.454545454545496],[5.909090909090992,11.363636363636374],[6.8181818181819835,12.272727272727252],[8.181818181818244,12.727272727272748],[9.090909090909008,12.727272727272748],[10.454545454545496,12.272727272727252],[11.363636363636488,11.81818181818187],[12.727272727272748,10.909090909090878],[13.181818181818244,10],[13.63636363636374,9.090909090909122],[13.63636363636374,7.272727272727252],[13.63636363636374,5.909090909090878],[13.63636363636374,4.545454545454618],[13.181818181818244,2.727272727272748],[12.727272727272748,1.363636363636374],[12.272727272727252,0.4545454545454959],[11.818181818181984,0],[11.363636363636488,-0.4545454545453822],[10.909090909090992,-0.9090909090908781],[10.909090909090992,-0.4545454545453822],[10.909090909090992,-0.4545454545453822]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":122,"versionNonce":65035702,"index":"b7n","isDeleted":false,"id":"G6qC6zVH6y8aTv63cBhJ9","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.6615806314085,"y":552.6196536510762,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090909918,"height":6.363636363636488,"seed":1589801714,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.8181818181818699],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,3.181818181818244],[-0.9090909090909918,4.090909090909122],[-0.9090909090909918,5],[-0.9090909090909918,5.909090909090992],[-0.9090909090909918,6.363636363636488],[-0.4545454545454959,6.363636363636488],[0,5.454545454545496],[0,5.454545454545496]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":2125936374,"index":"b7o","isDeleted":false,"id":"6ZigL31MCG1t6PJ1HQob5","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1072.99075411762,"y":546.748568917164,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":2.272727272727252,"seed":333273134,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090908781],[0,0.4545454545454959],[-0.4545454545454959,0],[0,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-1.363636363636374],[0.9090909090909918,-0.9090909090908781],[1.3636363636364877,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0.4545454545454959,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1138812982,"index":"b7p","isDeleted":false,"id":"bxB3654H3LEiXy-Qj0ZvM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1082.4948943135284,"y":556.128367801253,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":10,"seed":172935730,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[0.4545454545454959,-0.4545454545454959],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,1.363636363636374],[1.3636363636364877,2.727272727272748],[1.3636363636364877,3.636363636363626],[1.3636363636364877,4.545454545454504],[1.3636363636364877,5.909090909090878],[0.9090909090909918,6.818181818181756],[0.4545454545454959,7.727272727272748],[-0.4545454545454959,8.636363636363626],[-1.8181818181817562,9.090909090909122],[-2.727272727272748,9.545454545454504],[-3.6363636363635123,9.545454545454504],[-3.6363636363635123,9.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":161,"versionNonce":859992438,"index":"b7q","isDeleted":false,"id":"6vS0SCG83AFIi533J7Nuw","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1097.0381767800109,"y":540.1146503682644,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":17.272727272727252,"height":17.272727272727252,"seed":37939822,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168629,"link":null,"locked":false,"points":[[0,0],[0,-0.4545454545454959],[-0.4545454545452685,-0.4545454545454959],[-0.4545454545452685,0],[-0.9090909090907644,1.3636363636362603],[-0.9090909090907644,2.7272727272726343],[-1.3636363636362603,5],[-1.3636363636362603,6.36363636363626],[-1.3636363636362603,8.636363636363512],[-0.9090909090907644,10.909090909090878],[-0.4545454545452685,13.18181818181813],[0,14.545454545454504],[0.4545454545454959,15.909090909090878],[0.9090909090909918,16.36363636363626],[1.8181818181819835,16.818181818181756],[2.7272727272729753,16.36363636363626],[4.090909090909236,15.909090909090878],[5.454545454545496,15],[5.909090909090992,13.636363636363512],[6.363636363636488,12.727272727272634],[6.363636363636488,11.36363636363626],[6.363636363636488,10.909090909090878],[6.363636363636488,10.454545454545382],[6.363636363636488,10],[5.909090909090992,10.909090909090878],[5.909090909090992,11.818181818181756],[5.909090909090992,12.727272727272634],[6.363636363636488,13.636363636363512],[6.8181818181819835,14.545454545454504],[7.727272727272975,15.454545454545382],[8.63636363636374,15.909090909090878],[9.545454545454731,16.36363636363626],[11.363636363636488,15.909090909090878],[12.27272727272748,15.909090909090878],[13.63636363636374,15.454545454545382],[14.545454545454731,14.545454545454504],[15,13.18181818181813],[15.454545454545496,11.818181818181756],[15.454545454545496,10],[15.909090909090992,8.18181818181813],[15.454545454545496,6.36363636363626],[15.454545454545496,4.545454545454504],[15.454545454545496,3.18181818181813],[15,2.272727272727252],[14.545454545454731,1.3636363636362603],[14.090909090909236,0.9090909090908781],[14.090909090909236,0.4545454545453822],[14.090909090909236,0.9090909090908781],[14.545454545454731,0.9090909090908781],[14.545454545454731,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":138,"versionNonce":1746981558,"index":"b7r","isDeleted":false,"id":"jLfIYoVpZey8yWRrKoHIt","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1118.6382856397497,"y":552.4358092818246,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":5,"height":7.272727272727252,"seed":1300196530,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-2.272727272727252,1.8181818181817562],[-2.727272727272748,2.272727272727252],[-2.727272727272748,3.181818181818244],[-2.727272727272748,4.090909090909122],[-2.272727272727252,5],[-1.8181818181819835,5.454545454545496],[-1.3636363636364877,5.909090909090878],[-0.4545454545454959,5.909090909090878],[0.4545454545454959,5.909090909090878],[0.9090909090909918,5.909090909090878],[1.8181818181817562,5],[1.8181818181817562,4.090909090909122],[2.272727272727252,3.181818181818244],[2.272727272727252,2.272727272727252],[2.272727272727252,1.363636363636374],[1.8181818181817562,0.4545454545454959],[1.8181818181817562,0],[1.3636363636362603,-0.9090909090908781],[0.9090909090909918,-0.9090909090908781],[0.4545454545454959,-1.363636363636374],[-0.4545454545454959,-1.363636363636374],[-0.9090909090909918,-1.363636363636374],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181819835,-0.4545454545454959],[-1.8181818181819835,0],[-1.8181818181819835,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":140,"versionNonce":1294011382,"index":"b7s","isDeleted":false,"id":"Is-lPCIPaAAMb5JAw5nqO","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1123.4664379527212,"y":530.0997013978315,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":33.636363636363626,"seed":313712238,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0.4545454545454959,0],[0.4545454545454959,0.4545454545454959],[0.9090909090909918,0.4545454545454959],[1.3636363636364877,0.9090909090909349],[2.272727272727252,1.8181818181818699],[3.181818181818244,2.727272727272748],[4.545454545454504,4.090909090909122],[6.363636363636488,5.454545454545496],[7.727272727272748,7.272727272727309],[8.636363636363512,9.090909090909122],[10,11.363636363636374],[10.909090909090992,13.181818181818244],[11.818181818181756,15.909090909090992],[12.272727272727252,17.727272727272748],[12.272727272727252,19.545454545454504],[12.272727272727252,21.81818181818187],[11.818181818181756,23.636363636363626],[10.909090909090992,25.454545454545496],[10,27.272727272727252],[8.636363636363512,28.636363636363626],[7.272727272727252,30],[6.363636363636488,31.363636363636374],[4.545454545454504,32.27272727272725],[3.6363636363635123,33.181818181818244],[3.181818181818244,33.181818181818244],[2.727272727272748,33.636363636363626],[2.727272727272748,33.181818181818244],[2.727272727272748,33.181818181818244]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":146,"versionNonce":810032438,"index":"b7t","isDeleted":false,"id":"YtenXng7-qIKuLc4U7h3y","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1149.8550559603016,"y":530.5064161219377,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":32.27272727272731,"seed":1761711090,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.45454545454543904],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,2.272727272727309],[-0.4545454545454959,4.090909090909065],[-0.4545454545454959,5.454545454545439],[0,7.727272727272748],[-0.4545454545454959,10.454545454545439],[-0.4545454545454959,13.181818181818187],[-0.9090909090909918,15.909090909090935],[-0.9090909090909918,18.181818181818187],[-1.3636363636364877,19.999999999999943],[-1.8181818181819835,22.72727272727269],[-1.8181818181819835,24.090909090909065],[-2.2727272727274794,26.36363636363643],[-1.8181818181819835,28.181818181818187],[-1.8181818181819835,29.54545454545456],[-1.8181818181819835,30.45454545454544],[-1.8181818181819835,30.909090909090935],[-1.3636363636364877,31.818181818181813],[-0.9090909090909918,31.818181818181813],[-0.9090909090909918,32.27272727272731],[-0.4545454545454959,32.27272727272731],[0.9090909090907644,32.27272727272731],[1.8181818181817562,32.27272727272731],[3.6363636363635123,32.27272727272731],[5,31.818181818181813],[6.36363636363626,31.818181818181813],[7.727272727272521,31.818181818181813],[9.090909090909008,31.818181818181813],[9.545454545454504,31.818181818181813],[10,31.818181818181813],[10,31.36363636363643],[10.454545454545269,30.909090909090935],[10.454545454545269,30.909090909090935]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":124,"versionNonce":1459291766,"index":"b7u","isDeleted":false,"id":"lGVBvhoJOHL6jZDFuLUNH","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1169.4433934083409,"y":554.6745106125725,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.3636363636364877,"height":7.727272727272748,"seed":1801624878,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,1.3636363636362603],[-0.9090909090909918,1.8181818181817562],[-0.9090909090909918,3.18181818181813],[-0.9090909090909918,4.545454545454504],[-1.3636363636364877,5.454545454545382],[-0.9090909090909918,6.36363636363626],[-0.9090909090909918,7.272727272727252],[-0.9090909090909918,7.727272727272748],[-0.4545454545454959,7.727272727272748],[-0.4545454545454959,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":132,"versionNonce":301909942,"index":"b7v","isDeleted":false,"id":"dPBj4jnnn83RQwdfN0a60","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1168.8552911316765,"y":548.8113260427135,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.6363636363635123,"height":2.272727272727252,"seed":1397560626,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.9090909090909918],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,0.9090909090909918],[0,0.4545454545454959],[0.4545454545454959,0],[0.9090909090909918,0],[1.8181818181817562,-0.4545454545453822],[2.272727272727252,0],[2.727272727272748,0.4545454545454959],[3.1818181818180165,0.9090909090909918],[2.727272727272748,0.9090909090909918],[2.727272727272748,1.363636363636374],[1.8181818181817562,1.363636363636374],[0.9090909090909918,1.8181818181818699],[0,1.8181818181818699],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[0,1.363636363636374],[0.4545454545454959,0.9090909090909918],[0.4545454545454959,0.9090909090909918]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":143,"versionNonce":1366843638,"index":"b7w","isDeleted":false,"id":"r29L5M-9DJBaQFk2IriRM","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1191.149797264868,"y":543.944453118711,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.272727272727252,"height":15.909090909090878,"seed":28858034,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.9090909090909918,-1.363636363636374],[-0.9090909090909918,-1.8181818181818699],[-1.3636363636362603,-1.8181818181818699],[-1.8181818181817562,-2.272727272727309],[-2.272727272727252,-2.727272727272748],[-2.727272727272748,-2.727272727272748],[-4.090909090909236,-2.272727272727309],[-5,-1.8181818181818699],[-6.36363636363626,-1.363636363636374],[-7.272727272727252,-0.4545454545454959],[-8.181818181818244,0.4545454545453822],[-9.090909090909236,1.363636363636374],[-10,2.7272727272726343],[-10.454545454545496,3.636363636363626],[-10.454545454545496,5],[-10.454545454545496,6.363636363636374],[-10.454545454545496,7.727272727272634],[-10,9.545454545454504],[-9.090909090909236,10.909090909090878],[-8.181818181818244,11.818181818181756],[-7.272727272727252,12.727272727272634],[-5.909090909090992,13.18181818181813],[-4.545454545454504,13.18181818181813],[-3.181818181818244,13.18181818181813],[-1.3636363636362603,13.18181818181813],[0,12.272727272727252],[0.9090909090907644,11.818181818181756],[1.8181818181817562,11.363636363636374],[1.8181818181817562,10.909090909090878],[1.8181818181817562,10.454545454545382],[1.8181818181817562,10.454545454545382]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":955044406,"index":"b7x","isDeleted":false,"id":"qX7AOKYHw46FlkxW_gVOr","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1202.9350261746085,"y":545.3517525461764,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":11.818181818181756,"seed":439881646,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-0.9090909090908781],[-1.8181818181817562,-0.9090909090908781],[-2.272727272727252,-0.9090909090908781],[-3.1818181818180165,-0.9090909090908781],[-4.090909090909008,-0.9090909090908781],[-5,0],[-5.454545454545496,1.363636363636374],[-6.363636363636488,2.272727272727252],[-6.363636363636488,3.181818181818244],[-6.818181818181756,5],[-6.818181818181756,6.363636363636374],[-6.363636363636488,7.272727272727252],[-5.909090909090992,8.181818181818244],[-5.454545454545496,9.090909090909122],[-5,10],[-4.090909090909008,10.454545454545496],[-3.1818181818180165,10.909090909090878],[-1.8181818181817562,10.909090909090878],[-0.4545454545454959,10.454545454545496],[0.4545454545454959,10],[1.3636363636364877,9.545454545454504],[2.2727272727274794,8.636363636363626],[2.2727272727274794,7.727272727272748],[2.727272727272748,6.363636363636374],[2.727272727272748,5.454545454545496],[2.2727272727274794,4.545454545454504],[2.2727272727274794,2.727272727272748],[1.8181818181819835,2.272727272727252],[1.8181818181819835,1.363636363636374],[1.3636363636364877,0.4545454545454959],[0.4545454545454959,0],[-0.4545454545454959,0],[-1.8181818181817562,0],[-2.7272727272725206,0.4545454545454959],[-2.272727272727252,0.9090909090908781],[-2.272727272727252,0.9090909090908781]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":148,"versionNonce":859904886,"index":"b7y","isDeleted":false,"id":"c2jmnB03Vscp-_RBXGxRx","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1214.7377635508444,"y":543.9516388469118,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":9.545454545454504,"height":16.818181818181813,"seed":1755215026,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.3636363636364877,-1.3636363636364308],[-1.8181818181819835,-1.3636363636364308],[-2.7272727272729753,-0.9090909090909918],[-3.181818181818471,-0.4545454545454959],[-4.090909090909236,0.4545454545453822],[-4.545454545454504,0.9090909090908781],[-5,1.8181818181817562],[-5.454545454545496,2.7272727272726343],[-5.454545454545496,3.6363636363635123],[-5.909090909090992,4.545454545454504],[-5.454545454545496,5],[-5.454545454545496,5.909090909090878],[-4.545454545454504,6.36363636363626],[-3.181818181818471,6.36363636363626],[-1.8181818181819835,6.818181818181756],[-0.4545454545454959,7.272727272727252],[0.9090909090907644,7.727272727272634],[1.8181818181815288,8.18181818181813],[2.2727272727270247,9.090909090909008],[2.7272727272725206,9.545454545454504],[2.7272727272725206,10.454545454545382],[2.7272727272725206,10.909090909090878],[1.8181818181815288,11.818181818181756],[0.9090909090907644,12.727272727272634],[0,13.18181818181813],[-0.9090909090909918,14.090909090909008],[-1.8181818181819835,14.545454545454504],[-2.7272727272729753,15],[-3.181818181818471,15.454545454545382],[-4.090909090909236,15.454545454545382],[-5,15.454545454545382],[-5.909090909090992,15.454545454545382],[-6.363636363636488,15.454545454545382],[-6.8181818181819835,15],[-6.8181818181819835,14.545454545454504],[-6.8181818181819835,14.545454545454504]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":112868534,"index":"b7z","isDeleted":false,"id":"9NosZnQIUIGQkhPOKPMRj","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1244.5174473170002,"y":533.8994665740672,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181984,"height":29.090909090909122,"seed":136561902,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-1.8181818181819835,-1.8181818181817562],[-1.8181818181819835,-2.272727272727252],[-2.2727272727274794,-2.272727272727252],[-3.181818181818244,-2.727272727272691],[-4.090909090909008,-3.18181818181813],[-5,-3.636363636363626],[-6.363636363636488,-3.636363636363626],[-7.272727272727479,-3.636363636363626],[-8.181818181818244,-3.18181818181813],[-9.545454545454504,-2.272727272727252],[-10.909090909090992,-0.9090909090908781],[-11.818181818181984,0.4545454545454959],[-13.181818181818244,2.727272727272748],[-14.090909090909008,5],[-15,7.727272727272748],[-15.454545454545496,9.545454545454561],[-15.909090909090992,12.727272727272748],[-15.454545454545496,15.454545454545496],[-15.454545454545496,17.272727272727252],[-15,19.545454545454504],[-14.090909090909008,21.363636363636374],[-13.181818181818244,23.181818181818244],[-11.818181818181984,24.090909090909122],[-10.454545454545496,25],[-9.545454545454504,25.454545454545496],[-7.727272727272975,25.454545454545496],[-6.8181818181819835,25.454545454545496],[-5,24.090909090909122],[-4.090909090909008,23.181818181818244],[-2.7272727272729753,21.81818181818187],[-1.8181818181819835,20],[-1.3636363636364877,18.181818181818244],[-0.9090909090909918,16.363636363636374],[-0.4545454545454959,14.545454545454504],[0,12.727272727272748],[0,11.81818181818187],[0.4545454545454959,10.454545454545496],[0.9090909090909918,9.090909090909122],[0.9090909090909918,7.727272727272748],[0.4545454545454959,6.81818181818187],[0.4545454545454959,5.909090909090935],[0,5],[-0.4545454545454959,4.090909090909122],[-0.9090909090909918,3.181818181818244],[-1.3636363636364877,2.727272727272748],[-1.8181818181819835,2.272727272727309],[-2.2727272727274794,1.363636363636374],[-2.7272727272729753,1.363636363636374],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,0.9090909090909349],[-2.7272727272729753,0.9090909090909349],[-3.181818181818244,1.363636363636374],[-3.181818181818244,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":1761424886,"index":"b80","isDeleted":false,"id":"oV7hMPdItIDzMNcVRQ06o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1233.1286870125464,"y":545.3189734655391,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":11.818181818181984,"height":0.4545454545454959,"seed":719307058,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0],[0,0],[1.3636363636364877,0],[2.727272727272748,0],[4.090909090909008,0],[5.454545454545496,0],[6.8181818181819835,0],[8.181818181818244,0],[9.090909090909008,0],[10,0],[10.909090909090992,0],[10.909090909090992,0.4545454545454959],[11.363636363636488,0.4545454545454959],[11.363636363636488,0],[10.909090909090992,0.4545454545454959],[10.909090909090992,0.4545454545454959]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":128,"versionNonce":319751990,"index":"b81","isDeleted":false,"id":"DK4lt5FjhwOmGKouqpflN","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.4122415607824,"y":558.843701485115,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":1.8181818181819835,"height":9.090909090909122,"seed":1730454382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.9090909090908781],[-0.4545454545454959,1.363636363636374],[-0.9090909090909918,2.2727272727273657],[-0.9090909090909918,2.727272727272748],[-0.9090909090909918,3.636363636363626],[-1.3636363636364877,4.545454545454618],[-0.9090909090909918,5.909090909090878],[-1.3636363636364877,7.272727272727366],[-1.3636363636364877,8.181818181818244],[-1.3636363636364877,9.090909090909122],[-0.9090909090909918,9.090909090909122],[-0.9090909090909918,8.636363636363626],[-0.4545454545454959,7.727272727272748],[0,6.81818181818187],[0.4545454545454959,6.363636363636374],[0.4545454545454959,6.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":139,"versionNonce":1431613558,"index":"b82","isDeleted":false,"id":"IiUIHnfDFcW97EMrtI4rm","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1248.8139399721288,"y":552.5113098915308,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":2.272727272727252,"height":1.8181818181817562,"seed":1299741170,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545454959,0.4545454545454959],[-0.9090909090909918,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[0,0],[0.4545454545454959,0],[0,0],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[-0.4545454545454959,-0.9090909090908781],[0,-1.3636363636362603],[0.4545454545454959,-1.3636363636362603],[0.9090909090909918,-1.3636363636362603],[0.9090909090909918,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[0.9090909090909918,0],[0.4545454545454959,0],[0,0.4545454545454959],[-0.4545454545454959,0.4545454545454959],[-0.4545454545454959,0],[-0.4545454545454959,-0.4545454545453822],[0,-0.9090909090908781],[0.4545454545454959,-0.9090909090908781],[0.9090909090909918,-0.4545454545453822],[1.3636363636362603,-0.4545454545453822],[1.3636363636362603,0],[1.3636363636362603,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":165,"versionNonce":731066806,"index":"b83","isDeleted":false,"id":"_TFIGYImQniBxt7Z37Hdi","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1271.7149451601308,"y":532.2408511189483,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":12.727272727272748,"height":30.454545454545496,"seed":269078382,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,0.4545454545454959],[0.4545454545452685,1.363636363636374],[0.4545454545452685,2.727272727272748],[0.9090909090907644,5],[1.3636363636362603,7.272727272727252],[1.3636363636362603,10.454545454545496],[1.3636363636362603,13.18181818181813],[1.3636363636362603,15.454545454545496],[1.8181818181817562,18.18181818181813],[1.3636363636362603,20],[1.3636363636362603,22.272727272727252],[1.3636363636362603,23.636363636363626],[1.8181818181817562,25],[1.3636363636362603,25],[1.8181818181817562,25],[1.3636363636362603,24.545454545454618],[1.8181818181817562,24.090909090909122],[1.3636363636362603,23.18181818181813],[1.3636363636362603,21.81818181818187],[0.9090909090907644,20.909090909090878],[0.4545454545452685,20],[-0.4545454545454959,19.545454545454618],[-1.3636363636364877,19.090909090909122],[-2.272727272727252,18.636363636363626],[-4.090909090909236,18.636363636363626],[-5.454545454545496,19.090909090909122],[-6.818181818181756,19.545454545454618],[-8.181818181818244,20.454545454545496],[-9.545454545454731,21.81818181818187],[-10.454545454545496,22.727272727272748],[-10.454545454545496,24.090909090909122],[-10.909090909090992,25],[-10.909090909090992,25.454545454545496],[-10.909090909090992,26.81818181818187],[-10.454545454545496,27.272727272727252],[-10,28.18181818181813],[-9.090909090909236,28.636363636363626],[-7.727272727272748,29.090909090909122],[-6.363636363636488,30],[-4.5454545454547315,30.454545454545496],[-3.181818181818244,30.454545454545496],[-1.8181818181817562,30],[-0.9090909090909918,29.545454545454618],[0,29.090909090909122],[0.9090909090907644,28.18181818181813],[1.3636363636362603,27.727272727272748],[1.8181818181817562,26.81818181818187],[1.8181818181817562,26.363636363636374],[1.8181818181817562,25.909090909090878],[1.8181818181817562,25.454545454545496],[1.3636363636362603,25],[0.9090909090907644,25],[0.9090909090907644,25]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":166,"versionNonce":1357875958,"index":"b84","isDeleted":false,"id":"Z0r-ZHbMyZpVmDfB8mTLk","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1281.914407895117,"y":549.834885956287,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":16.818181818181756,"height":12.272727272727252,"seed":918343346,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,-0.9090909090909918],[-0.4545454545452685,-0.4545454545454959],[-0.9090909090907644,0],[-0.9090909090907644,1.3636363636362603],[-1.3636363636362603,3.18181818181813],[-1.3636363636362603,4.545454545454504],[-1.3636363636362603,5.909090909090878],[-0.9090909090907644,7.272727272727252],[-0.9090909090907644,8.636363636363626],[0,9.545454545454504],[0.4545454545454959,10],[1.3636363636364877,10.454545454545382],[2.7272727272729753,10],[3.6363636363637397,10],[4.5454545454547315,9.545454545454504],[5.454545454545496,9.090909090909008],[6.363636363636488,8.18181818181813],[6.8181818181819835,7.272727272727252],[7.272727272727479,6.36363636363626],[7.272727272727479,5.454545454545382],[7.272727272727479,4.090909090909008],[6.8181818181819835,3.636363636363626],[6.8181818181819835,3.18181818181813],[6.363636363636488,2.727272727272748],[6.363636363636488,2.272727272727252],[6.363636363636488,2.727272727272748],[6.8181818181819835,3.636363636363626],[6.8181818181819835,5],[6.8181818181819835,5.909090909090878],[7.727272727272975,7.727272727272748],[8.181818181818244,8.636363636363626],[8.63636363636374,10],[9.545454545454731,10.454545454545382],[10.909090909090992,11.36363636363626],[11.818181818181984,11.36363636363626],[12.727272727272975,11.36363636363626],[13.63636363636374,10.909090909090878],[14.090909090909236,10.454545454545382],[15,9.545454545454504],[15.454545454545496,8.636363636363626],[15.454545454545496,7.272727272727252],[15.454545454545496,5.454545454545382],[15,4.090909090909008],[14.545454545454731,2.727272727272748],[14.090909090909236,1.8181818181817562],[13.63636363636374,0.9090909090908781],[13.181818181818244,0.4545454545453822],[13.181818181818244,0],[13.181818181818244,-0.4545454545454959],[12.727272727272975,-0.4545454545454959],[13.181818181818244,-0.9090909090909918],[13.181818181818244,-0.4545454545454959],[13.181818181818244,0],[13.181818181818244,0]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":1408154678,"index":"b85","isDeleted":false,"id":"2pBdF2jPkheU-EDFHF4NC","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1304.861214031459,"y":558.1131061427187,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":0.9090909090907644,"height":7.727272727272634,"seed":457739118,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[-0.4545454545452685,0],[-0.4545454545452685,0.4545454545453822],[-0.4545454545452685,1.3636363636362603],[-0.9090909090907644,1.8181818181817562],[-0.9090909090907644,3.18181818181813],[-0.9090909090907644,4.090909090909008],[-0.4545454545452685,5.454545454545382],[-0.4545454545452685,6.36363636363626],[-0.4545454545452685,6.818181818181756],[-0.4545454545452685,7.272727272727252],[-0.4545454545452685,7.727272727272634],[0,7.272727272727252],[0,6.818181818181756],[0,6.818181818181756]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":130,"versionNonce":712361334,"index":"b86","isDeleted":false,"id":"TDoIOO6YdpEcC8IFqHn4o","fillStyle":"solid","strokeWidth":0.5,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.03539442893413103,"x":1305.6772453527578,"y":550.8709119157137,"strokeColor":"#1e1e1e","backgroundColor":"transparent","width":3.1818181818180165,"height":1.8181818181818699,"seed":1427015282,"groupIds":["PgutgZtJpfVdamuy1kpqQ","_DEqU1Wa-JKEV2WZ2SqhS"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721483168630,"link":null,"locked":false,"points":[[0,0],[0,1.363636363636374],[-0.4545454545454959,1.363636363636374],[-0.4545454545454959,1.8181818181818699],[-0.9090909090907644,1.8181818181818699],[-1.3636363636362603,1.8181818181818699],[-1.3636363636362603,1.363636363636374],[-1.8181818181817562,1.363636363636374],[-0.9090909090907644,1.363636363636374],[0.4545454545454959,0.9090909090908781],[1.3636363636362603,0.9090909090908781],[0.9090909090909918,0.9090909090908781],[0.4545454545454959,0.9090909090908781],[0,1.363636363636374],[0,1.363636363636374]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":2004,"versionNonce":539432694,"index":"b87","isDeleted":false,"id":"KVbeRq-s5Xduge0MoXLUA","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1363.2079201686643,"y":995.0649897232202,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":2070271658,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1637,"versionNonce":1817495606,"index":"b88","isDeleted":false,"id":"5aHi8b4522LVil4hLaIYF","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1531.6930721062593,"y":985.5845030625674,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":931643638,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721490045585,"link":null,"locked":false},{"type":"arrow","version":2609,"versionNonce":964826346,"index":"b89","isDeleted":false,"id":"aweK_c0KMNHM3h-KFD7zr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6113246619332,"y":992.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":128,"seed":1743500330,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.11667648232338299,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-128]]},{"type":"arrow","version":2846,"versionNonce":1526982570,"index":"b8A","isDeleted":false,"id":"TpxxYSI50TSMwJnNNRVrJ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1546.9076209582295,"y":990.4840673954468,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.7037037037037,"height":103.35451727185205,"seed":19636842,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.015208978779418144,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[77.7037037037037,-103.35451727185205]]},{"type":"arrow","version":3001,"versionNonce":2050843242,"index":"b8B","isDeleted":false,"id":"C3KRz3eumHITEdZSS-62E","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1542.6756263293232,"y":994.8329385007288,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.06430166739005,"height":98.70338837713405,"seed":1091703222,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.06126704582611281,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-78.06430166739005,-98.70338837713405]]},{"type":"arrow","version":3164,"versionNonce":265026870,"index":"b8C","isDeleted":false,"id":"zonkw6_qIPWjja5erdqQd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1524.6405707199901,"y":1028.0453835225062,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":144495978,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3362,"versionNonce":1526916726,"index":"b8D","isDeleted":false,"id":"TlNoMYcKEYO9HFmvZ7iXr","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1639.964660583369,"y":1007.4041045019893,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1170605034,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3069,"versionNonce":1375307050,"index":"b8E","isDeleted":false,"id":"i_aPW5khr8_6DLxesV5Ql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1541.824783894394,"y":991.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":43.213459232460764,"height":116.4522933835949,"seed":16561002,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":-0.0562746791718206,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-43.213459232460764,-116.4522933835949]]},{"type":"arrow","version":3232,"versionNonce":487080182,"index":"b8F","isDeleted":false,"id":"qn_Mf761EXIczHu2Xr4Yu","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.645930315378074,"x":1514.9584713602005,"y":1019.6938469915003,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2085948982,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3430,"versionNonce":1199616566,"index":"b8G","isDeleted":false,"id":"lbUx9GSGyKC9_ihNKFRV5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":7.994893631034056,"x":1630.4027806744543,"y":1036.7053344995072,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1685850038,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3177,"versionNonce":195252202,"index":"b8H","isDeleted":false,"id":"steHcQTK2R51Vk3fykPlf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1545.0177743422457,"y":993.5818435071897,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":37.59355031968744,"height":125.4522933835949,"seed":196282090,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045587,"link":null,"locked":false,"startBinding":{"elementId":"KSNWbjy1","focus":0.06384449863526963,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[37.59355031968744,-125.4522933835949]]},{"type":"line","version":1668,"versionNonce":701897910,"index":"b8I","isDeleted":false,"id":"K8u17Ty5I8b2JAYNcglQx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.1040052302092,"y":992.8959248589534,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":914689194,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721490045585,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"text","version":1252,"versionNonce":112073650,"index":"b8J","isDeleted":false,"id":"KSNWbjy1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1533.6756263293232,"y":971.5818435071897,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":914977130,"groupIds":["8W2-b_ArYTXy8JxkHc8Nn"],"frameId":null,"roundness":null,"boundElements":[{"id":"aweK_c0KMNHM3h-KFD7zr","type":"arrow"},{"id":"TpxxYSI50TSMwJnNNRVrJ","type":"arrow"},{"id":"C3KRz3eumHITEdZSS-62E","type":"arrow"},{"id":"i_aPW5khr8_6DLxesV5Ql","type":"arrow"},{"id":"steHcQTK2R51Vk3fykPlf","type":"arrow"}],"updated":1721782764381,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":1104,"versionNonce":1256325750,"index":"b8f","isDeleted":false,"id":"r3oYgV0nHVpRhFvJf3ZOb","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":880.463080317633,"y":1189.028898265042,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":8.203096489098028,"height":9.650701751880082,"seed":1112916970,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[0.4825350875940058,-0.4825350875940058],[0.4825350875940058,-0.9650701751880116],[0.9650701751880116,-1.4476052627820175],[1.4476052627819818,-1.9301403503760233],[1.9301403503759877,-2.4126754379700293],[2.4126754379699933,-3.377745613158041],[2.8952105255639995,-3.377745613158041],[3.3777456131580053,-4.342815788346052],[3.860280700752011,-4.8253508759400585],[4.342815788346017,-5.307885963534028],[4.825350875940023,-5.7904210511280345],[5.7904210511280345,-6.755491226316046],[6.27295613872204,-7.238026313910051],[6.755491226316046,-7.720561401504058],[7.238026313910051,-8.203096489098064],[7.720561401504022,-8.685631576692069],[7.720561401504022,-9.168166664286074],[8.203096489098028,-9.650701751880082],[8.203096489098028,-9.650701751880082]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1169,"versionNonce":1738949558,"index":"b8g","isDeleted":false,"id":"ceCRvwXMjNpYg5JvpJKky","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":890.8039759953912,"y":1202.6041581460754,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.64421929210618,"height":19.301403503760127,"seed":164120502,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0],[0.9650701751880116,0],[1.4476052627820175,0.4825350875940058],[1.9301403503760233,0.4825350875940058],[2.895210525564035,0.9650701751880116],[3.377745613158041,0.9650701751880116],[4.342815788346017,0.9650701751880116],[4.825350875940023,1.4476052627820175],[5.7904210511280345,1.4476052627820175],[6.755491226316046,1.9301403503760233],[8.203096489098064,1.9301403503760233],[8.685631576692069,2.4126754379700293],[9.168166664286074,2.4126754379700293],[9.650701751880082,2.895210525564035],[10.133236839474051,2.895210525564035],[10.615771927068057,2.895210525564035],[11.098307014662062,2.895210525564035],[11.580842102256069,2.895210525564035],[12.063377189850074,2.895210525564035],[12.063377189850074,2.4126754379700293],[11.580842102256069,1.9301403503760233],[11.098307014662062,1.4476052627820175],[10.615771927068057,0.4825350875940058],[9.650701751880082,0],[9.168166664286074,-0.965070175187976],[8.685631576692069,-1.4476052627819818],[7.720561401504058,-2.4126754379699933],[6.755491226316046,-3.3777456131580053],[6.27295613872204,-4.342815788346017],[5.307885963534028,-5.7904210511280345],[4.825350875940023,-7.238026313910016],[3.860280700752011,-8.685631576692034],[2.895210525564035,-9.650701751880046],[1.9301403503760233,-11.098307014662062],[0.9650701751880116,-11.580842102256069],[0.4825350875940058,-12.54591227744408],[0,-13.510982452632057],[-0.4825350875940058,-14.476052627820067],[-0.9650701751880116,-14.958587715414074],[-0.9650701751880116,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-1.9301403503760233,-16.406192978196092],[-1.9301403503760233,-15.923657890602085],[-1.4476052627820175,-15.923657890602085],[-0.9650701751880116,-15.923657890602085],[0,-15.44112280300808],[0.4825350875940058,-15.44112280300808],[0.9650701751880116,-14.958587715414074],[2.4126754379700293,-14.476052627820067],[3.377745613158041,-13.993517540226062],[4.825350875940023,-13.510982452632057],[6.27295613872204,-13.02844736503805],[7.720561401504058,-12.54591227744408],[9.168166664286074,-12.063377189850074],[10.615771927068057,-11.580842102256069],[11.580842102256069,-11.098307014662062],[13.028447365038087,-10.615771927068057],[13.993517540226097,-10.133236839474051],[15.441122803008115,-9.650701751880046],[16.406192978196092,-9.650701751880046],[17.853798240978108,-9.168166664286039],[18.81886841616612,-8.685631576692034],[19.301403503760127,-8.685631576692034],[19.783938591354133,-8.685631576692034],[20.266473678948138,-8.203096489098028],[20.749008766542143,-8.203096489098028],[21.23154385413615,-8.203096489098028],[21.714078941730154,-8.203096489098028],[21.714078941730154,-8.203096489098028]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1129,"versionNonce":2094030070,"index":"b8h","isDeleted":false,"id":"sJNI1hJoe9rSaVdqd3DoE","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":916.1322079259934,"y":1211.733500571481,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":19.301403503760127,"height":18.81886841616612,"seed":193574570,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-0.9650701751880116,-2.4126754379700293],[-0.9650701751880116,-2.895210525564035],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-3.377745613158041,-6.755491226316046],[-3.8602807007520465,-7.720561401504058],[-4.342815788346052,-8.203096489098064],[-5.307885963534064,-9.168166664286074],[-5.7904210511280345,-10.133236839474051],[-6.27295613872204,-11.098307014662062],[-7.238026313910051,-12.54591227744408],[-7.720561401504058,-13.510982452632092],[-8.203096489098064,-14.476052627820103],[-8.685631576692069,-14.95858771541411],[-9.168166664286074,-15.441122803008115],[-9.650701751880082,-16.406192978196092],[-10.133236839474087,-16.888728065790097],[-10.133236839474087,-17.371263153384103],[-10.133236839474087,-17.853798240978108],[-10.615771927068092,-17.853798240978108],[-10.615771927068092,-18.336333328572113],[-11.098307014662097,-18.336333328572113],[-11.098307014662097,-18.81886841616612],[-10.615771927068092,-18.81886841616612],[-9.650701751880082,-18.336333328572113],[-8.685631576692069,-17.853798240978108],[-7.238026313910051,-17.853798240978108],[-5.7904210511280345,-17.371263153384103],[-4.8253508759400585,-16.406192978196092],[-2.895210525564035,-15.923657890602085],[-1.4476052627820175,-15.441122803008115],[0,-14.95858771541411],[1.4476052627819818,-14.476052627820103],[2.4126754379699933,-14.476052627820103],[3.860280700752011,-13.993517540226097],[4.825350875940023,-13.993517540226097],[5.7904210511280345,-13.993517540226097],[6.27295613872204,-13.510982452632092],[6.7554912263160105,-13.510982452632092],[7.238026313910016,-13.028447365038087],[7.720561401504022,-13.028447365038087],[8.203096489098028,-13.028447365038087],[8.203096489098028,-13.028447365038087]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1124,"versionNonce":803556918,"index":"b8i","isDeleted":false,"id":"lOwuHBAlFGiHRyi0bS5H1","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":932.0004810974194,"y":1221.47256029134,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":11.580842102256069,"height":23.161684204512138,"seed":336716022,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-0.4825350875940058],[-0.4825350875940058,-0.9650701751880116],[-0.4825350875940058,-1.9301403503760233],[-0.9650701751880116,-2.4126754379699933],[-0.9650701751880116,-3.3777456131580053],[-1.4476052627820175,-3.860280700752011],[-1.9301403503760233,-4.825350875940023],[-2.4126754379700293,-5.7904210511280345],[-2.895210525564035,-6.755491226316046],[-2.895210525564035,-7.720561401504058],[-3.3777456131580053,-8.203096489098028],[-3.3777456131580053,-8.685631576692034],[-3.860280700752011,-9.168166664286039],[-4.342815788346017,-9.650701751880046],[-4.342815788346017,-10.133236839474051],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.825350875940023,-10.133236839474051],[-4.825350875940023,-10.615771927068057],[-4.342815788346017,-10.615771927068057],[-3.3777456131580053,-11.098307014662062],[-2.895210525564035,-12.063377189850074],[-2.4126754379700293,-12.54591227744408],[-1.4476052627820175,-13.028447365038087],[-0.9650701751880116,-13.510982452632092],[-0.4825350875940058,-14.958587715414074],[0.4825350875940058,-15.44112280300808],[1.4476052627820175,-16.406192978196092],[2.4126754379700293,-17.371263153384103],[2.895210525564035,-18.336333328572113],[3.860280700752011,-18.81886841616612],[4.342815788346017,-19.783938591354133],[5.307885963534028,-20.749008766542108],[5.7904210511280345,-21.231543854136113],[6.27295613872204,-22.196614029324124],[6.755491226316046,-22.196614029324124],[6.755491226316046,-22.679149116918133],[6.755491226316046,-23.161684204512138],[6.755491226316046,-23.161684204512138]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1136,"versionNonce":768218998,"index":"b8j","isDeleted":false,"id":"OO-Qyk-ZM_dGRRRAr5pKV","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":1.30758661861731,"x":928.0330867389254,"y":1201.8444926536802,"strokeColor":"#ffffff","backgroundColor":"#e03131","width":23.161684204512138,"height":16.406192978196092,"seed":1462849898,"groupIds":["gq9EBFhqaXKgYqIK4lbcQ","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0.4825350875940058,0.4825350875940058],[0.9650701751880116,0.4825350875940058],[1.4476052627819818,0.4825350875940058],[1.9301403503759877,0.4825350875940058],[2.8952105255639995,0.4825350875940058],[3.3777456131580053,0.4825350875940058],[4.825350875940023,0],[5.7904210511280345,0],[7.238026313910016,0],[8.203096489098028,0],[10.133236839474051,-0.4825350875940058],[11.098307014662062,-0.4825350875940058],[12.063377189850074,-0.4825350875940058],[13.510982452632057,-0.9650701751880116],[14.476052627820067,-0.9650701751880116],[15.44112280300808,-0.9650701751880116],[16.406192978196092,-0.9650701751880116],[17.371263153384103,-1.4476052627819818],[17.853798240978108,-1.4476052627819818],[18.81886841616612,-1.4476052627819818],[19.301403503760092,-1.4476052627819818],[19.783938591354097,-1.4476052627819818],[20.266473678948103,-1.4476052627819818],[20.749008766542108,-1.4476052627819818],[20.749008766542108,-0.9650701751880116],[20.749008766542108,-0.4825350875940058],[21.231543854136113,0],[21.231543854136113,0.4825350875940058],[21.231543854136113,0.9650701751880116],[21.231543854136113,1.4476052627820175],[21.71407894173012,2.4126754379700293],[21.71407894173012,3.377745613158041],[21.71407894173012,4.342815788346052],[21.71407894173012,5.307885963534028],[22.196614029324124,6.27295613872204],[22.196614029324124,7.238026313910051],[22.196614029324124,8.203096489098064],[22.196614029324124,8.685631576692069],[22.679149116918133,9.650701751880082],[22.679149116918133,10.615771927068092],[22.679149116918133,11.098307014662062],[22.196614029324124,11.580842102256069],[22.196614029324124,12.063377189850074],[22.679149116918133,12.54591227744408],[22.679149116918133,13.028447365038087],[22.679149116918133,13.510982452632092],[22.679149116918133,13.993517540226097],[23.161684204512138,14.476052627820103],[23.161684204512138,14.95858771541411],[23.161684204512138,14.476052627820103],[23.161684204512138,14.476052627820103]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":335,"versionNonce":1053014198,"index":"b8k","isDeleted":false,"id":"hpUfL1E9HjTB3rAhUtHrV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1391.8039054160972,"y":1182.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24,"height":39,"seed":324387690,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,-1],[-1,-1],[-1,-2],[-2,-3],[-3,-4],[-3,-6],[-5,-6],[-6,-7],[-7,-8],[-8,-9],[-9,-9],[-10,-9],[-12,-10],[-13,-9],[-14,-9],[-15,-9],[-16,-8],[-17,-8],[-18,-7],[-19,-5],[-20,-4],[-21,-2],[-21,-1],[-21,0],[-21,1],[-21,3],[-21,4],[-21,5],[-20,6],[-19,7],[-18,8],[-16,9],[-14,10],[-13,10],[-11,11],[-10,12],[-9,13],[-8,15],[-7,15],[-6,16],[-4,16],[-3,17],[-2,17],[-2,18],[-1,19],[0,19],[0,20],[1,20],[1,19],[0,17],[0,15],[0,14],[-1,11],[-2,10],[-3,9],[-4,8],[-5,7],[-6,6],[-8,5],[-10,3],[-11,2],[-12,1],[-13,1],[-13,0],[-14,0],[-15,-1],[-16,-2],[-17,-2],[-18,-2],[-19,-2],[-19,-1],[-20,-1],[-20,0],[-21,1],[-21,2],[-22,4],[-22,6],[-22,7],[-22,8],[-22,9],[-21,11],[-21,13],[-20,14],[-19,16],[-18,17],[-17,18],[-16,19],[-15,21],[-15,22],[-14,23],[-12,24],[-11,25],[-10,26],[-9,27],[-8,27],[-8,28],[-7,28],[-6,29],[-5,29],[-4,29],[-2,29],[-1,29],[0,28],[1,28],[2,27],[1,27],[1,27]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":370,"versionNonce":1517761014,"index":"b8l","isDeleted":false,"id":"CoEgmZ6TFP3liElLASDam","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1394.8039054160972,"y":1190.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34,"height":43,"seed":1495187574,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-2],[0,-3],[1,-5],[2,-6],[4,-8],[5,-10],[6,-11],[8,-13],[10,-15],[12,-16],[13,-17],[15,-18],[16,-18],[18,-19],[19,-19],[21,-18],[22,-17],[23,-16],[24,-15],[25,-14],[26,-12],[27,-11],[28,-10],[28,-9],[28,-7],[28,-5],[28,-4],[28,-2],[27,-1],[26,1],[25,2],[24,4],[23,5],[22,7],[21,8],[20,9],[19,11],[18,13],[17,13],[16,15],[15,16],[14,17],[12,17],[11,18],[9,19],[7,19],[6,20],[4,20],[2,21],[0,21],[-1,21],[-2,22],[-3,21],[-4,20],[-5,18],[-5,17],[-6,14],[-6,12],[-5,10],[-5,8],[-4,7],[-4,6],[-3,5],[-2,4],[0,3],[1,3],[3,2],[5,2],[7,2],[8,2],[10,2],[11,3],[12,3],[13,4],[14,5],[15,6],[16,8],[16,10],[14,12],[14,13],[13,15],[12,16],[11,16],[10,17],[9,17],[8,17],[7,17],[7,16],[7,15],[7,13],[7,10],[8,8],[9,5],[10,3],[11,1],[13,-1],[14,-2],[15,-4],[16,-4],[17,-5],[18,-6],[19,-6],[20,-6],[20,-5],[21,-3],[21,-2],[22,0],[22,2],[22,4],[22,5],[21,7],[21,8],[21,10],[21,11],[21,12],[21,14],[20,15],[19,17],[18,18],[17,19],[16,20],[15,21],[14,22],[14,23],[13,23],[12,23],[11,23],[9,24],[8,24],[7,24],[6,24],[5,23],[4,23],[3,23],[1,23],[0,22],[-1,22],[-2,22],[-3,21],[-4,21],[-4,21]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":283,"versionNonce":1005159222,"index":"b8m","isDeleted":false,"id":"d_xmryaner8IA9UKFOhBx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1414.8039054160972,"y":1184.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14,"height":30,"seed":1936553450,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[1,1],[2,2],[3,3],[4,3],[5,4],[6,5],[7,6],[8,7],[8,8],[9,9],[9,10],[9,11],[9,12],[8,13],[8,14],[7,15],[7,16],[7,17],[6,18],[5,20],[5,21],[3,22],[3,23],[1,25],[0,26],[0,28],[-1,28],[-2,29],[-2,30],[-2,29],[0,28],[1,27],[2,25],[4,23],[5,21],[6,19],[7,17],[7,16],[9,15],[9,14],[10,12],[11,11],[11,10],[12,9],[12,8],[12,6],[12,5],[11,4],[10,4],[9,3],[8,2],[6,2],[5,1],[5,1]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":272,"versionNonce":1971301494,"index":"b8n","isDeleted":false,"id":"Wwp2Ak4fy7vyCzIqn_UwU","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1396.8039054160972,"y":1153.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4,"height":23,"seed":1940190186,"groupIds":["gttJk2D1b1IECsXB4FxKX","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-2,6],[-3,8],[-3,10],[-3,13],[-3,14],[-3,16],[-3,18],[-4,19],[-4,20],[-4,21],[-4,22],[-4,21],[-3,20],[-4,19],[-3,18],[-3,16],[-3,14],[-3,12],[-2,10],[-2,8],[-2,6],[-1,5],[-1,3],[-1,2],[-1,1],[-1,0],[-1,-1],[-1,0],[-1,1],[-1,2],[-1,4],[-1,6],[-1,7],[-1,10],[-1,11],[-1,13],[-2,15],[-2,16],[-2,17],[-2,18],[-2,17],[-2,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":232,"versionNonce":395849838,"index":"b8o","isDeleted":false,"id":"Ir8iv6SP","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":947.272380757894,"y":1171.6295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":393.14788818359375,"height":105,"seed":551447222,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","rawText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"surface color = (1, 0, 0)\nlight color = Li = (1, 1, 1)\n(1, 0, 0) * (1, 1, 1) = (1, 0, 0)","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":130,"versionNonce":1737197302,"index":"b8p","isDeleted":false,"id":"SmyDna6s1BkPo0GGxa35s","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1281.8039054160972,"y":1297.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":36,"height":38,"seed":1854667062,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-8,3],[-9,4],[-10,5],[-11,7],[-13,10],[-14,13],[-15,16],[-16,19],[-16,21],[-16,23],[-16,26],[-15,28],[-13,30],[-11,32],[-9,34],[-6,35],[-5,36],[-3,37],[-1,38],[1,37],[4,37],[8,35],[11,34],[13,31],[15,29],[17,27],[18,25],[19,22],[20,20],[20,17],[19,15],[18,13],[16,11],[14,10],[12,9],[9,8],[7,7],[5,7],[2,7],[0,7],[-3,7],[-4,7],[-6,7],[-7,7],[-9,9],[-10,10],[-11,12],[-12,14],[-12,16],[-13,18],[-12,21],[-11,23],[-10,24],[-8,26],[-7,27],[-5,29],[-3,30],[-1,30],[2,31],[4,30],[7,30],[9,28],[10,26],[11,24],[11,21],[10,18],[9,14],[7,11],[5,9],[3,7],[0,5],[-1,5],[-2,4],[-4,4],[-6,5],[-8,6],[-11,8],[-12,9],[-12,12],[-12,12]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":37,"versionNonce":766195766,"index":"b8q","isDeleted":false,"id":"p319EO_WXXd1q0rv88Yzf","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1149.8039054160972,"y":1307.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":8,"height":22,"seed":487022838,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[7,22],[8,22],[8,20],[8,19],[7,19],[5,19],[5,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":141,"versionNonce":256033142,"index":"b8r","isDeleted":false,"id":"aYyzyg7Vlu_1zjJ9Vu3ie","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1163.8039054160972,"y":1317.1295501235948,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":39,"height":36,"seed":408144426,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-7,-2],[-9,-2],[-11,-2],[-13,-2],[-15,-2],[-17,-1],[-18,0],[-19,2],[-21,4],[-21,6],[-21,9],[-22,11],[-21,13],[-20,16],[-20,18],[-18,19],[-16,21],[-14,22],[-12,23],[-10,24],[-7,24],[-5,23],[-2,22],[1,21],[4,19],[7,18],[9,16],[10,13],[11,11],[12,9],[12,5],[12,3],[11,0],[11,-2],[10,-5],[9,-6],[7,-8],[5,-9],[3,-10],[0,-11],[-2,-11],[-5,-12],[-7,-12],[-10,-12],[-12,-12],[-15,-11],[-17,-11],[-19,-10],[-21,-8],[-23,-7],[-24,-5],[-25,-2],[-26,0],[-26,3],[-27,4],[-27,7],[-27,9],[-27,12],[-26,13],[-26,16],[-25,17],[-23,19],[-22,20],[-20,21],[-18,22],[-16,23],[-13,23],[-11,23],[-8,22],[-6,21],[-4,20],[-2,19],[0,17],[1,15],[2,14],[3,13],[4,11],[4,9],[5,7],[4,5],[4,3],[3,1],[2,0],[0,-2],[-1,-3],[-4,-3],[-6,-4],[-9,-4],[-11,-4],[-12,-3],[-13,-3],[-14,-3],[-14,-3]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":43,"versionNonce":2053795126,"index":"b8u","isDeleted":false,"id":"s-NsJCPVXT-a0nS7dDhpo","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1209.8039054160972,"y":1148.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":1,"height":16,"seed":1559718326,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,1],[0,2],[0,3],[0,5],[0,7],[0,9],[0,11],[0,13],[0,15],[0,16],[0,15],[1,14],[1,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":75,"versionNonce":1213421174,"index":"b8v","isDeleted":false,"id":"zfLGQo3xL1k2RxLh61aqI","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1207.8039054160972,"y":1147.1295501235948,"strokeColor":"#e03131","backgroundColor":"transparent","width":15,"height":19,"seed":680750570,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[1,-2],[2,-3],[2,-4],[3,-4],[4,-5],[5,-5],[6,-5],[7,-5],[8,-5],[9,-4],[10,-3],[11,-2],[11,-1],[10,1],[11,2],[10,3],[10,4],[10,5],[10,6],[9,7],[9,8],[8,8],[8,9],[7,10],[6,10],[5,10],[5,11],[4,11],[3,11],[4,11],[5,10],[6,10],[7,10],[8,10],[9,10],[10,10],[11,11],[12,11],[13,12],[14,12],[14,13],[15,14],[15,13],[15,14],[15,14]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1405949878,"index":"b8w","isDeleted":false,"id":"Q9ZB-z8dQr6VphI5lfbk3","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1250.8039054160972,"y":1141.1295501235948,"strokeColor":"#38d9a9","backgroundColor":"transparent","width":21,"height":23,"seed":2021090474,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-12,3],[-13,5],[-13,7],[-13,9],[-14,11],[-14,13],[-14,14],[-13,17],[-12,18],[-11,20],[-10,21],[-9,21],[-7,22],[-5,22],[-4,22],[-3,23],[-2,23],[-1,23],[0,23],[1,23],[2,22],[4,22],[5,20],[6,19],[7,18],[7,17],[7,16],[6,15],[6,14],[5,13],[5,12],[4,11],[4,10],[4,9],[3,9],[2,9],[1,9],[0,9],[0,10],[-1,10],[-2,10],[-3,11],[-3,11]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":35,"versionNonce":1694281974,"index":"b8x","isDeleted":false,"id":"07UNuRT2MSAKlsFfEuUQi","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1275.8039054160972,"y":1143.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":1,"height":20,"seed":1272788086,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[0,19],[0,20],[0,19],[1,19],[1,19]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":87,"versionNonce":2003247670,"index":"b8y","isDeleted":false,"id":"vYNCuKmSxYns34U5G2bDe","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1274.8039054160972,"y":1145.1295501235948,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":17,"height":25,"seed":1456251178,"groupIds":["3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721488884030,"link":null,"locked":false,"points":[[0,0],[-1,-1],[0,-1],[1,-2],[2,-2],[4,-2],[4,-3],[6,-3],[7,-3],[9,-2],[12,-1],[13,-1],[14,0],[14,2],[13,3],[12,5],[11,6],[10,7],[9,8],[8,9],[7,10],[6,10],[4,11],[3,11],[4,11],[5,10],[7,10],[8,10],[10,10],[12,10],[13,10],[14,11],[15,11],[15,12],[15,13],[16,14],[16,15],[16,16],[16,17],[16,18],[15,18],[15,19],[14,20],[12,20],[12,21],[10,22],[9,22],[8,22],[7,22],[6,21],[5,22],[4,21],[3,21],[2,21],[1,21],[1,20],[0,20],[0,20]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":145,"versionNonce":1550447786,"index":"b8z","isDeleted":false,"id":"Q_J3mdWN5xaNBAqdATuls","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1018.8039054160973,"y":1321.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":32,"height":31,"seed":1607439018,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-1,1],[-1,0],[-2,0],[-3,-1],[-4,-1],[-6,0],[-7,0],[-8,0],[-9,1],[-9,3],[-10,4],[-10,5],[-11,6],[-11,9],[-11,10],[-10,12],[-8,14],[-6,16],[-3,17],[0,17],[2,17],[6,15],[9,13],[12,11],[14,8],[15,5],[16,1],[17,-2],[16,-4],[15,-6],[14,-8],[13,-10],[10,-11],[7,-12],[4,-13],[1,-13],[-3,-13],[-4,-12],[-6,-12],[-8,-11],[-10,-10],[-12,-10],[-13,-9],[-14,-8],[-14,-6],[-15,-4],[-15,-1],[-14,1],[-13,3],[-12,5],[-11,7],[-9,9],[-8,10],[-6,12],[-4,13],[-2,13],[0,13],[2,13],[4,12],[6,10],[7,10],[9,8],[10,7],[11,5],[12,4],[12,2],[12,0],[12,-2],[11,-4],[10,-6],[8,-7],[6,-8],[3,-9],[1,-9],[-2,-9],[-3,-8],[-5,-6],[-7,-5],[-9,-2],[-10,1],[-11,4],[-11,6],[-11,8],[-10,11],[-9,13],[-8,15],[-6,17],[-4,18],[-2,18],[1,17],[1,17]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":173,"versionNonce":1859945206,"index":"b90","isDeleted":false,"id":"g8nMBrezzxhcwPBEUTVAd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1014.8039054160973,"y":1310.1295501235948,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":38,"height":33,"seed":596922922,"groupIds":["c7K4Lnoomqb8dzDjz9Mew","3wI5k-VA0sQRSms-QQeDY"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721489904498,"link":null,"locked":false,"points":[[0,0],[-3,0],[-4,1],[-5,1],[-5,2],[-7,3],[-8,4],[-9,6],[-10,8],[-11,9],[-11,11],[-12,13],[-12,15],[-12,16],[-12,18],[-12,20],[-12,21],[-11,23],[-11,25],[-10,27],[-9,28],[-8,29],[-6,30],[-5,31],[-3,32],[-2,33],[0,33],[2,33],[3,33],[5,33],[6,33],[8,33],[9,33],[11,32],[12,31],[14,31],[16,30],[17,29],[18,28],[19,27],[20,26],[21,26],[21,25],[22,24],[23,23],[23,22],[24,21],[24,20],[24,19],[25,18],[25,17],[25,15],[24,13],[24,12],[23,10],[22,9],[21,8],[20,7],[19,6],[18,6],[17,5],[17,4],[16,3],[15,3],[14,2],[13,2],[12,2],[11,2],[9,2],[8,2],[6,2],[5,3],[3,3],[2,4],[0,5],[-1,6],[-2,8],[-3,9],[-3,10],[-4,12],[-5,14],[-5,15],[-5,17],[-5,18],[-4,20],[-4,22],[-3,24],[-2,25],[-1,27],[1,28],[3,29],[4,30],[6,31],[7,32],[9,33],[10,33],[12,32],[14,31],[15,31],[17,30],[18,29],[20,28],[21,28],[22,27],[23,26],[24,26],[25,25],[25,24],[26,23],[26,21],[26,20],[26,19],[26,17],[26,15],[25,14],[25,13],[24,12],[24,11],[23,10],[23,10]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1150,"versionNonce":1341731830,"index":"b9C","isDeleted":false,"id":"eRkPr37f3NmYAfm_zU1ET","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.3555792557807855,"x":2160.7144439391427,"y":756.489383516936,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":25.920136388526693,"height":26.764492073596973,"seed":444371434,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722\|-0.55961804997274,-0.7628631888704218],[0.30438649631146153,-0.7628631888704218],[-0.55961804997274,-0.09375088703051472],[0.30438649631146153,1.2444737166493358],[-0.55961804997274,1.9135860184892788],[-0.55961804997274,3.9209229240090364],[-0.55961804997274,5.259147527688888],[-1.423622596256988,6.597372131368737],[-1.423622596256988,8.604709036888496],[-2.2876271425411896,9.942933640568345],[-2.2876271425411896,11.281158244248195],[-2.2876271425411896,13.28849514976799],[-2.2876271425411896,14.626719753447837],[-2.2876271425411896,15.964944357127687],[-2.2876271425411896,17.303168960807504],[-2.2876271425411896,18.641393564487355],[-2.2876271425411896,19.979618168167203],[-2.2876271425411896,20.648730470007152],[-2.2876271425411896,21.317842771847058],[-2.2876271425411896,21.986955073687],[-2.2876271425411896,23.32517967736685],[-3.1516316888254376,23.32517967736685],[-2.2876271425411896,23.99429197920676],[-2.2876271425411896,24.663404281046702],[-3.1516316888254376,24.663404281046702],[-2.2876271425411896,24.663404281046702],[-1.423622596256988,23.99429197920676],[-0.55961804997274,23.99429197920676],[0.30438649631146153,23.32517967736685],[1.168391042595663,22.656067375526906],[2.8964001351641127,21.986955073687],[4.624409227732562,20.648730470007152],[6.3524183203010125,19.979618168167203],[8.08042741286946,19.310505866327297],[9.808436505437909,17.972281262647446],[10.672441051722158,17.303168960807504],[12.400450144290607,15.964944357127687],[14.128459236859056,15.295832055287747],[15.856468329427459,14.626719753447837],[17.584477421995953,13.957607451607897],[18.44848196828011,13.28849514976799],[19.312486514564355,12.619382847928042],[20.176491060848605,11.950270546088138],[21.040495607132854,11.281158244248195],[21.904500153417008,11.281158244248195],[21.904500153417008,10.612045942408287],[22.768504699701257,10.612045942408287],[21.904500153417008,10.612045942408287],[21.904500153417008,9.942933640568345],[21.040495607132854,9.942933640568345],[20.176491060848605,9.942933640568345],[19.312486514564355,9.273821338728437],[18.44848196828011,8.604709036888496],[17.584477421995953,8.604709036888496],[16.720472875711707,7.935596735048587],[15.856468329427459,7.266484433208645],[14.128459236859056,6.597372131368737],[12.400450144290607,6.597372131368737],[10.672441051722158,5.259147527688888],[9.808436505437909,5.259147527688888],[8.94443195915371,4.5900352258489425],[8.08042741286946,3.9209229240090364],[7.216422866585259,3.251810622169129],[6.3524183203010125,2.582698320329186],[6.3524183203010125,1.9135860184892788],[5.488413774016808,1.2444737166493358],[4.624409227732562,0.5753614148094284],[3.7604046814483603,-0.09375088703051472],[2.8964001351641127,-0.7628631888704218],[2.032395588879911,-0.7628631888704218],[2.032395588879911,-1.431975490710365],[1.168391042595663,-1.431975490710365],[1.168391042595663,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[-0.55961804997274,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722],[0.30438649631146153,-2.1010877925502722]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"rectangle","version":1042,"versionNonce":1977304374,"index":"b9D","isDeleted":false,"id":"05kD4kt2HFjeaYu9Uahh8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":5.503739276512615,"x":2165.1604903207517,"y":717.2383381631564,"strokeColor":"#1e1e1e","backgroundColor":"#ffffff","width":63.03263377650816,"height":49.37556312493137,"seed":1920769898,"groupIds":["SR3hhpMnXj9w_z4zLSFEa","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":3},"boundElements":[],"updated":1721493507924,"link":null,"locked":false},{"type":"text","version":1622,"versionNonce":1905513842,"index":"b9E","isDeleted":false,"id":"ZVjRPrZ8","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1937.3422929959893,"y":972.248510173856,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":329399082,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"line","version":2334,"versionNonce":451407798,"index":"b9F","isDeleted":false,"id":"NuUpS4gPvUwtAt5HHMCDP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":40,"angle":0,"x":1766.8745868353303,"y":995.7316563898864,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1799733930,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"ellipse","version":1977,"versionNonce":855410934,"index":"b9G","isDeleted":false,"id":"FtA4gK4iLIibtR-e45wbZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1935.359738772925,"y":986.2511697292337,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":653038838,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"arrow","version":3315,"versionNonce":691939626,"index":"b9H","isDeleted":false,"id":"cu_YvU4PhM7nWNakmvIT0","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1946.277991328599,"y":995.7962167902617,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":0,"height":131.00000000000068,"seed":2072763754,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.23413745688389023,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[0,-131.00000000000068]]},{"type":"arrow","version":3517,"versionNonce":1521710058,"index":"b9I","isDeleted":false,"id":"N5HROXE3ClGOli1xwUqaT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1949.5742876248955,"y":994.5098495384141,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":78.7037037037037,"height":106.71363274815303,"seed":968525366,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.1531779231599083,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[78.7037037037037,-106.71363274815303]]},{"type":"arrow","version":3682,"versionNonce":749823658,"index":"b9J","isDeleted":false,"id":"2zVnRNs97GUdBVW9mwFnV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1945.3422929959893,"y":995.8557479536737,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":77.06430166739005,"height":99.05953116341277,"seed":968925226,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.11871451706681792,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-77.06430166739005,-99.05953116341277]]},{"type":"arrow","version":3494,"versionNonce":888811318,"index":"b9K","isDeleted":false,"id":"DbJFKp2MJJjV1tqWQe43k","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1928.3072373866562,"y":1028.7120501891725,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":943214454,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3692,"versionNonce":1603983478,"index":"b9L","isDeleted":false,"id":"iJkoWA956aJ6N1uU75Wgd","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2043.6313272500352,"y":1008.0707711686557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":80,"height":97,"seed":1104087786,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-80,-97]]},{"type":"arrow","version":3753,"versionNonce":1474494826,"index":"b9M","isDeleted":false,"id":"8wjEV-MAHilMYehHO6Upx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1947.6987088510068,"y":996.2485101738557,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45.420717522407585,"height":119.45229338359468,"seed":1319825590,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.04009007697256738,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45.420717522407585,-119.45229338359468]]},{"type":"arrow","version":3562,"versionNonce":1305195254,"index":"b9N","isDeleted":false,"id":"cMaBkLbK-Jhu29_0I0eR5","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":5.645930315378074,"x":1918.6251380268664,"y":1020.3605136581666,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":2051153322,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3760,"versionNonce":856024118,"index":"b9O","isDeleted":false,"id":"VOn2E7KQ49-ScYH-1VTgY","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":7.994893631034056,"x":2034.0694473411204,"y":1037.3720011661735,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":45,"height":118,"seed":1488415222,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-45,-118]]},{"type":"arrow","version":3862,"versionNonce":1200833578,"index":"b9P","isDeleted":false,"id":"Q5EnYHKfpcgsHuXCw1GMe","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1950.5767156260758,"y":995.248510173856,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70127570252316,"height":126.4522933835949,"seed":1078253674,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":0.0645514430148081,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70127570252316,-126.4522933835949]]},{"type":"line","version":1998,"versionNonce":1463209654,"index":"b9Q","isDeleted":false,"id":"cLlKUWepq_WA5gQy46Uca","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":40,"angle":0,"x":1817.7706718968752,"y":993.5625915256198,"strokeColor":"#e03131","backgroundColor":"transparent","width":263.22580645161315,"height":139.78068058112558,"seed":1969404726,"groupIds":["0HRM2Y8O3edzaioGWi-ki","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[11.22099352546825,-60.31284019939264],[57.04005042113075,-117.8204320174182],[132.85701947949437,-139.78068058112558],[207.12083882427075,-118.75551481120715],[252.00481292614424,-59.377757405603546],[263.22580645161315,-0.17244133967486164]]},{"type":"arrow","version":550,"versionNonce":1168977642,"index":"b9R","isDeleted":false,"id":"_evb8MnlFSK_Tn98DoBZZ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1956.748839001798,"y":988.5110972847951,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":123.7217330809658,"height":153.71488049453342,"seed":1745924714,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.006608794784818422,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[123.7217330809658,-153.71488049453342]]},{"type":"arrow","version":654,"versionNonce":649839018,"index":"b9S","isDeleted":false,"id":"NaZvQwDnKq07VZdf_IWs7","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.9705720827637,"y":998.2962167902615,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":128.5,"height":128.49999999999977,"seed":1064566070,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"FtA4gK4iLIibtR-e45wbZ","focus":0.10154688815086728,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[128.5,-128.49999999999977]]},{"type":"arrow","version":712,"versionNonce":1978268778,"index":"b9T","isDeleted":false,"id":"fLzqL-AQgEx9HW1L8RNdn","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1955.3580096424425,"y":987.5514207744591,"strokeColor":"#4dabf7","backgroundColor":"transparent","width":91.1125624403212,"height":148.75520398419735,"seed":185245994,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721493507943,"link":null,"locked":false,"startBinding":{"elementId":"YiWp8E97SZgDjmKhjGrvG","focus":-0.014367058076182038,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[91.1125624403212,-148.75520398419735]]},{"type":"freedraw","version":320,"versionNonce":2016854966,"index":"b9U","isDeleted":false,"id":"AqnMR6cX7y_RmHegxemlk","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1948.1947100137982,"y":992.3406672212959,"strokeColor":"#4dabf7","backgroundColor":"#e03131","width":155.8620689655172,"height":184.82758620689674,"seed":40388586,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.6896551724137225,-2.068965517241395],[1.3793103448276725,-2.758620689655345],[1.3793103448276725,-3.4482758620690674],[2.068965517241395,-5.517241379310462],[2.7586206896551175,-6.8965517241379075],[3.44827586206884,-8.27586206896558],[3.44827586206884,-9.655172413793025],[4.13793103448279,-11.72413793103442],[4.13793103448279,-13.103448275862092],[4.8275862068965125,-14.482758620689765],[5.517241379310235,-15.86206896551721],[5.517241379310235,-17.931034482758605],[6.206896551724185,-19.310344827586277],[6.8965517241379075,-20.68965517241395],[8.27586206896558,-23.448275862069067],[8.965517241379303,-24.827586206896513],[9.655172413793025,-27.58620689655163],[10.344827586206975,-28.965517241379303],[11.034482758620697,-31.034482758620697],[11.72413793103442,-33.10344827586209],[12.41379310344837,-35.17241379310349],[13.103448275862092,-37.24137931034488],[13.793103448275815,-40],[14.482758620689765,-42.068965517241395],[15.172413793103487,-44.82758620689651],[15.86206896551721,-46.89655172413791],[16.55172413793116,-49.655172413793025],[17.241379310344882,-51.72413793103442],[17.931034482758605,-53.793103448275815],[18.620689655172555,-56.55172413793116],[19.310344827586277,-58.620689655172555],[20.689655172413723,-62.068965517241395],[21.379310344827445,-64.13793103448279],[22.758620689655118,-66.89655172413791],[24.13793103448279,-70.34482758620697],[25.517241379310235,-73.79310344827582],[26.896551724137908,-76.55172413793116],[28.27586206896558,-80],[28.965517241379303,-82.75862068965512],[30.344827586206975,-86.89655172413791],[31.72413793103442,-90.34482758620697],[33.793103448275815,-93.79310344827582],[35.17241379310349,-97.24137931034488],[36.55172413793116,-100.68965517241372],[37.931034482758605,-103.44827586206884],[39.31034482758628,-106.20689655172418],[40.68965517241372,-108.9655172413793],[41.379310344827445,-111.72413793103442],[43.44827586206884,-114.48275862068976],[44.82758620689651,-117.24137931034488],[46.89655172413791,-120],[48.9655172413793,-123.44827586206884],[51.72413793103442,-126.89655172413791],[53.10344827586209,-129.65517241379303],[55.17241379310349,-133.1034482758621],[56.55172413793093,-135.1724137931035],[57.931034482758605,-137.24137931034488],[59.31034482758605,-140],[60.68965517241372,-142.0689655172414],[62.75862068965512,-144.8275862068965],[64.82758620689651,-146.8965517241379],[66.20689655172418,-148.27586206896558],[67.58620689655163,-150.34482758620697],[68.9655172413793,-152.41379310344837],[69.65517241379303,-153.79310344827582],[71.0344827586207,-155.1724137931035],[71.72413793103442,-155.8620689655172],[73.10344827586209,-157.9310344827586],[74.48275862068976,-158.62068965517233],[76.55172413793093,-160.68965517241372],[77.9310344827586,-162.0689655172414],[80,-163.44827586206884],[82.0689655172414,-164.8275862068965],[83.44827586206884,-165.51724137931024],[84.82758620689651,-166.20689655172418],[86.89655172413791,-166.8965517241379],[88.27586206896558,-167.58620689655163],[90.34482758620697,-168.9655172413793],[92.41379310344837,-169.65517241379303],[94.48275862068954,-171.0344827586207],[96.55172413793093,-171.72413793103442],[98.62068965517233,-171.72413793103442],[100,-172.41379310344837],[101.37931034482745,-172.41379310344837],[103.44827586206884,-172.41379310344837],[105.51724137931024,-172.41379310344837],[107.58620689655163,-172.41379310344837],[108.9655172413793,-172.41379310344837],[111.0344827586207,-172.41379310344837],[111.72413793103442,-172.41379310344837],[113.79310344827582,-172.41379310344837],[114.48275862068954,-172.41379310344837],[115.86206896551721,-172.41379310344837],[117.24137931034466,-172.41379310344837],[119.31034482758605,-171.72413793103442],[120.68965517241372,-171.72413793103442],[122.0689655172414,-171.72413793103442],[123.44827586206884,-171.0344827586207],[124.82758620689651,-171.0344827586207],[125.51724137931024,-170.34482758620697],[126.20689655172418,-170.34482758620697],[127.58620689655163,-169.65517241379303],[128.9655172413793,-168.9655172413793],[129.65517241379303,-168.9655172413793],[131.0344827586207,-168.27586206896558],[132.41379310344814,-167.58620689655163],[133.10344827586187,-167.58620689655163],[134.48275862068954,-166.8965517241379],[135.17241379310326,-166.20689655172418],[136.55172413793093,-165.51724137931024],[137.24137931034466,-164.8275862068965],[138.62068965517233,-164.1379310344828],[140,-163.44827586206884],[141.37931034482745,-162.75862068965512],[142.0689655172414,-162.0689655172414],[142.75862068965512,-161.37931034482745],[144.1379310344828,-160.68965517241372],[145.51724137931024,-160],[146.8965517241379,-158.62068965517233],[147.58620689655163,-157.24137931034466],[148.27586206896558,-156.55172413793093],[148.9655172413793,-155.8620689655172],[150.34482758620675,-153.79310344827582],[151.0344827586207,-153.1034482758621],[151.72413793103442,-151.72413793103442],[152.41379310344814,-150.34482758620697],[153.10344827586187,-148.9655172413793],[153.10344827586187,-147.58620689655163],[153.79310344827582,-146.20689655172418],[154.48275862068954,-144.8275862068965],[154.48275862068954,-142.75862068965512],[155.17241379310326,-141.37931034482745],[155.17241379310326,-139.31034482758605],[155.17241379310326,-136.55172413793093],[155.8620689655172,-135.1724137931035],[155.8620689655172,-133.1034482758621],[155.8620689655172,-131.0344827586207],[155.8620689655172,-128.9655172413793],[155.17241379310326,-126.89655172413791],[155.17241379310326,-124.82758620689651],[155.17241379310326,-122.75862068965512],[154.48275862068954,-122.0689655172414],[153.79310344827582,-120],[153.79310344827582,-117.9310344827586],[153.10344827586187,-116.55172413793116],[152.41379310344814,-114.48275862068976],[151.0344827586207,-112.41379310344837],[148.27586206896558,-106.89655172413791],[147.58620689655163,-106.89655172413791],[147.58620689655163,-106.20689655172418],[146.20689655172418,-104.13793103448279],[144.8275862068965,-102.0689655172414],[143.44827586206884,-100],[143.44827586206884,-98.62068965517233],[142.0689655172414,-96.55172413793116],[140.68965517241372,-95.17241379310349],[139.31034482758605,-93.10344827586209],[137.24137931034466,-91.0344827586207],[135.8620689655172,-88.9655172413793],[134.48275862068954,-87.58620689655163],[133.10344827586187,-84.82758620689651],[131.0344827586207,-82.75862068965512],[128.9655172413793,-80.68965517241372],[126.89655172413791,-77.9310344827586],[124.13793103448279,-75.86206896551721],[121.37931034482745,-73.10344827586209],[117.9310344827586,-70.34482758620697],[116.55172413793093,-68.27586206896558],[113.10344827586209,-66.20689655172418],[111.72413793103442,-64.82758620689651],[108.9655172413793,-62.75862068965512],[106.20689655172418,-60.68965517241395],[102.75862068965512,-58.620689655172555],[99.31034482758605,-55.86206896551721],[94.48275862068954,-53.10344827586209],[91.0344827586207,-51.0344827586207],[86.89655172413791,-48.27586206896558],[83.44827586206884,-45.517241379310235],[80,-42.75862068965512],[76.55172413793093,-40],[73.10344827586209,-37.24137931034488],[70.34482758620697,-34.482758620689765],[67.58620689655163,-33.10344827586209],[64.13793103448279,-31.034482758620697],[62.068965517241395,-28.965517241379303],[58.62068965517233,-26.896551724137908],[55.17241379310349,-24.827586206896513],[51.0344827586207,-22.068965517241395],[47.58620689655163,-20],[43.44827586206884,-17.241379310344882],[40,-15.86206896551721],[35.17241379310349,-12.41379310344837],[32.41379310344837,-10.344827586206975],[28.965517241379303,-7.58620689655163],[24.827586206896513,-4.13793103448279],[21.379310344827445,-1.3793103448276725],[17.931034482758605,1.379310344827445],[15.86206896551721,3.44827586206884],[12.41379310344837,5.517241379310235],[10.344827586206975,6.8965517241379075],[8.27586206896558,8.965517241379303],[6.206896551724185,10.344827586206975],[4.13793103448279,11.72413793103442],[2.7586206896551175,11.72413793103442],[2.068965517241395,12.41379310344837],[1.3793103448276725,12.41379310344837],[0.6896551724137225,12.41379310344837],[0.6896551724137225,11.72413793103442],[0,10.344827586206975],[0,9.655172413793025],[0,9.655172413793025]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"ellipse","version":262,"versionNonce":659610870,"index":"b9V","isDeleted":false,"id":"YiWp8E97SZgDjmKhjGrvG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1937.4705720827637,"y":986.7962167902615,"strokeColor":"#e03131","backgroundColor":"#e03131","width":23,"height":23,"seed":664567798,"groupIds":["SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":{"type":2},"boundElements":[{"id":"_evb8MnlFSK_Tn98DoBZZ","type":"arrow"},{"id":"NaZvQwDnKq07VZdf_IWs7","type":"arrow"},{"id":"fLzqL-AQgEx9HW1L8RNdn","type":"arrow"},{"id":"cu_YvU4PhM7nWNakmvIT0","type":"arrow"},{"id":"N5HROXE3ClGOli1xwUqaT","type":"arrow"},{"id":"2zVnRNs97GUdBVW9mwFnV","type":"arrow"},{"id":"8wjEV-MAHilMYehHO6Upx","type":"arrow"},{"id":"Q5EnYHKfpcgsHuXCw1GMe","type":"arrow"}],"updated":1721493507924,"link":null,"locked":false},{"type":"freedraw","version":1107,"versionNonce":697042678,"index":"b9W","isDeleted":false,"id":"cFWyXYb6_T5Mt3bxtWkmz","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2092.101495354805,"y":850.3529458471307,"strokeColor":"#fab005","backgroundColor":"#e03131","width":8.186827299819024,"height":9.6315615291989,"seed":723502006,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[0.4815780764599467,-0.4815780764599467],[0.4815780764599467,-0.9631561529198934],[0.9631561529198934,-1.4447342293798402],[1.4447342293798047,-1.9263123058397869],[1.9263123058397515,-2.4078903822997337],[2.4078903822996978,-3.371046535219627],[2.889468458759645,-3.371046535219627],[3.3710465352195915,-4.334202688139521],[3.8526246116795386,-4.8157807645994675],[4.334202688139485,-5.297358841059379],[4.815780764599432,-5.778936917519325],[5.778936917519325,-6.742093070439219],[6.260514993979272,-7.223671146899165],[6.742093070439219,-7.705249223359112],[7.223671146899165,-8.18682729981906],[7.705249223359077,-8.668405376279006],[7.705249223359077,-9.149983452738951],[8.186827299819024,-9.6315615291989],[8.186827299819024,-9.6315615291989]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1156,"versionNonce":1536931894,"index":"b9X","isDeleted":false,"id":"AMaQ-tDUq0Bvkts1E7WUA","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2102.615373217392,"y":840.9300801705433,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.597325746537283,"height":19.263123058397763,"seed":1786247850,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0],[0.9631561529198934,0],[1.4447342293798402,0.4815780764599467],[1.9263123058397869,0.4815780764599467],[2.8894684587596804,0.9631561529198934],[3.371046535219627,0.9631561529198934],[4.334202688139485,0.9631561529198934],[4.815780764599432,1.4447342293798402],[5.778936917519325,1.4447342293798402],[6.742093070439219,1.9263123058397869],[8.18682729981906,1.9263123058397869],[8.668405376279006,2.4078903822997337],[9.149983452738951,2.4078903822997337],[9.6315615291989,2.8894684587596804],[10.11313960565881,2.8894684587596804],[10.594717682118757,2.8894684587596804],[11.076295758578704,2.8894684587596804],[11.55787383503865,2.8894684587596804],[12.039451911498597,2.8894684587596804],[12.039451911498597,2.4078903822997337],[11.55787383503865,1.9263123058397869],[11.076295758578704,1.4447342293798402],[10.594717682118757,0.4815780764599467],[9.6315615291989,0],[9.149983452738951,-0.9631561529198579],[8.668405376279006,-1.4447342293798047],[7.705249223359112,-2.4078903822996978],[6.742093070439219,-3.3710465352195915],[6.260514993979272,-4.334202688139485],[5.297358841059379,-5.778936917519325],[4.815780764599432,-7.22367114689913],[3.8526246116795386,-8.66840537627897],[2.8894684587596804,-9.631561529198864],[1.9263123058397869,-11.076295758578704],[0.9631561529198934,-11.55787383503865],[0.4815780764599467,-12.521029987958544],[0,-13.484186140878402],[-0.4815780764599467,-14.447342293798295],[-0.9631561529198934,-14.928920370258243],[-0.9631561529198934,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-1.9263123058397869,-16.373654599638083],[-1.9263123058397869,-15.892076523178135],[-1.4447342293798402,-15.892076523178135],[-0.9631561529198934,-15.892076523178135],[0,-15.410498446718188],[0.4815780764599467,-15.410498446718188],[0.9631561529198934,-14.928920370258243],[2.4078903822997337,-14.447342293798295],[3.371046535219627,-13.965764217338348],[4.815780764599432,-13.484186140878402],[6.260514993979272,-13.002608064418455],[7.705249223359112,-12.521029987958544],[9.149983452738951,-12.039451911498597],[10.594717682118757,-11.55787383503865],[11.55787383503865,-11.076295758578704],[13.002608064418492,-10.594717682118757],[13.965764217338384,-10.11313960565881],[15.410498446718224,-9.631561529198864],[16.373654599638083,-9.631561529198864],[17.818388829017923,-9.149983452738917],[18.781544981937813,-8.66840537627897],[19.263123058397763,-8.66840537627897],[19.74470113485771,-8.66840537627897],[20.226279211317657,-8.186827299819024],[20.707857287777603,-8.186827299819024],[21.18943536423755,-8.186827299819024],[21.671013440697497,-8.186827299819024],[21.671013440697497,-8.186827299819024]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1131,"versionNonce":723730806,"index":"b9Y","isDeleted":false,"id":"f5tDf9o06BtnbJC04nGLL","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2124.648908506606,"y":832.5411221551408,"strokeColor":"#fab005","backgroundColor":"#e03131","width":19.263123058397763,"height":18.781544981937813,"seed":354016502,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[-0.9631561529198934,-2.4078903822997337],[-0.9631561529198934,-2.8894684587596804],[-1.4447342293798402,-3.852624611679538],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-3.371046535219627,-6.742093070439219],[-3.8526246116795737,-7.705249223359111],[-4.334202688139521,-8.186827299819058],[-5.297358841059414,-9.149983452738951],[-5.778936917519325,-10.113139605658809],[-6.260514993979272,-11.076295758578702],[-7.223671146899165,-12.521029987958542],[-7.705249223359112,-13.484186140878437],[-8.18682729981906,-14.447342293798329],[-8.668405376279006,-14.928920370258277],[-9.149983452738951,-15.410498446718222],[-9.6315615291989,-16.37365459963808],[-10.113139605658846,-16.855232676098026],[-10.113139605658846,-17.336810752557973],[-10.113139605658846,-17.81838882901792],[-10.594717682118793,-17.81838882901792],[-10.594717682118793,-18.299966905477866],[-11.07629575857874,-18.299966905477866],[-11.07629575857874,-18.781544981937813],[-10.594717682118793,-18.781544981937813],[-9.6315615291989,-18.299966905477866],[-8.668405376279006,-17.81838882901792],[-7.223671146899165,-17.81838882901792],[-5.778936917519325,-17.336810752557973],[-4.8157807645994675,-16.37365459963808],[-2.8894684587596804,-15.892076523178133],[-1.4447342293798402,-15.410498446718222],[0,-14.928920370258277],[1.4447342293798047,-14.447342293798329],[2.4078903822996978,-14.447342293798329],[3.8526246116795386,-13.965764217338382],[4.815780764599432,-13.965764217338382],[5.778936917519325,-13.965764217338382],[6.260514993979272,-13.484186140878437],[6.742093070439183,-13.484186140878437],[7.22367114689913,-13.00260806441849],[7.705249223359077,-13.00260806441849],[8.186827299819024,-13.00260806441849],[8.186827299819024,-13.00260806441849]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1126,"versionNonce":1265083062,"index":"b9Z","isDeleted":false,"id":"-ek1hLFl2fXqEcRlDq1Xv","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2135.4030774773228,"y":819.98846141372,"strokeColor":"#fab005","backgroundColor":"#e03131","width":11.55787383503865,"height":23.1157476700773,"seed":1203180906,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0,-0.4815780764599467],[-0.4815780764599467,-0.9631561529198934],[-0.4815780764599467,-1.9263123058397869],[-0.9631561529198934,-2.4078903822996978],[-0.9631561529198934,-3.3710465352195915],[-1.4447342293798402,-3.8526246116795386],[-1.9263123058397869,-4.815780764599432],[-2.4078903822997337,-5.778936917519325],[-2.8894684587596804,-6.742093070439219],[-2.8894684587596804,-7.705249223359112],[-3.3710465352195915,-8.186827299819024],[-3.3710465352195915,-8.66840537627897],[-3.8526246116795386,-9.149983452738917],[-4.334202688139485,-9.631561529198864],[-4.334202688139485,-10.11313960565881],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.815780764599432,-10.11313960565881],[-4.815780764599432,-10.594717682118757],[-4.334202688139485,-10.594717682118757],[-3.3710465352195915,-11.076295758578704],[-2.8894684587596804,-12.039451911498597],[-2.4078903822997337,-12.521029987958544],[-1.4447342293798402,-13.002608064418492],[-0.9631561529198934,-13.484186140878437],[-0.4815780764599467,-14.928920370258243],[0.4815780764599467,-15.410498446718188],[1.4447342293798402,-16.373654599638083],[2.4078903822997337,-17.336810752557977],[2.8894684587596804,-18.29996690547787],[3.8526246116795386,-18.781544981937813],[4.334202688139485,-19.74470113485771],[5.297358841059379,-20.707857287777568],[5.778936917519325,-21.189435364237514],[6.260514993979272,-22.152591517157408],[6.742093070439219,-22.152591517157408],[6.742093070439219,-22.634169593617354],[6.742093070439219,-23.1157476700773],[6.742093070439219,-23.1157476700773]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":1138,"versionNonce":1057872886,"index":"b9a","isDeleted":false,"id":"YKYfy75Zoomqd2KhmYFoD","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0.07389251374733607,"x":2125.7863607036384,"y":795.0003519680972,"strokeColor":"#fab005","backgroundColor":"#e03131","width":23.1157476700773,"height":16.373654599638083,"seed":50253366,"groupIds":["ri7nUrIiiO_Axj-4unzaK","SS6oEvVBFagoLfBcP_jqi"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721493507924,"link":null,"locked":false,"points":[[0,0],[0.4815780764599467,0.4815780764599467],[0.9631561529198934,0.4815780764599467],[1.4447342293798047,0.4815780764599467],[1.9263123058397515,0.4815780764599467],[2.889468458759645,0.4815780764599467],[3.3710465352195915,0.4815780764599467],[4.815780764599432,0],[5.778936917519325,0],[7.22367114689913,0],[8.186827299819024,0],[10.11313960565881,-0.4815780764599467],[11.076295758578704,-0.4815780764599467],[12.039451911498597,-0.4815780764599467],[13.484186140878402,-0.9631561529198934],[14.447342293798295,-0.9631561529198934],[15.410498446718188,-0.9631561529198934],[16.373654599638083,-0.9631561529198934],[17.336810752557977,-1.4447342293798047],[17.818388829017923,-1.4447342293798047],[18.781544981937813,-1.4447342293798047],[19.263123058397728,-1.4447342293798047],[19.744701134857674,-1.4447342293798047],[20.22627921131762,-1.4447342293798047],[20.707857287777568,-1.4447342293798047],[20.707857287777568,-0.9631561529198934],[20.707857287777568,-0.4815780764599467],[21.189435364237514,0],[21.189435364237514,0.4815780764599467],[21.189435364237514,0.9631561529198934],[21.189435364237514,1.4447342293798402],[21.67101344069746,2.4078903822997337],[21.67101344069746,3.371046535219627],[21.67101344069746,4.334202688139521],[21.67101344069746,5.297358841059379],[22.152591517157408,6.260514993979272],[22.152591517157408,7.223671146899165],[22.152591517157408,8.18682729981906],[22.152591517157408,8.668405376279006],[22.634169593617354,9.6315615291989],[22.634169593617354,10.594717682118793],[22.634169593617354,11.076295758578704],[22.152591517157408,11.55787383503865],[22.152591517157408,12.039451911498597],[22.634169593617354,12.521029987958544],[22.634169593617354,13.002608064418492],[22.634169593617354,13.484186140878437],[22.634169593617354,13.965764217338384],[23.1157476700773,14.44734229379833],[23.1157476700773,14.928920370258279],[23.1157476700773,14.44734229379833],[23.1157476700773,14.44734229379833]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":276,"versionNonce":1649695734,"index":"b9b","isDeleted":false,"id":"LiHQHMHc8DflcEQliWf1B","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":703.5257099273765,"y":1758.4666232752231,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":230449142,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":391,"versionNonce":1653697846,"index":"b9c","isDeleted":false,"id":"wkot2GjGyyHd2rrwAwrF-","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":701.9467625589555,"y":1757.9403074857494,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1702337002,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1463,"versionNonce":328881782,"index":"b9d","isDeleted":false,"id":"_qOuFLAQ5eUbuEr1RI2RP","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":522.0105517476103,"y":1756.8413055126962,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":873040950,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494162038,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1288,"versionNonce":39056046,"index":"b9e","isDeleted":false,"id":"NlltsUvy","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":625.7886703447493,"y":1784.9848813680223,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":340589098,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1096,"versionNonce":1250144502,"index":"b9f","isDeleted":false,"id":"oMGKfdeB1iRB4xAcf4DUZ","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":690.4957036852052,"y":1747.3608188520434,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1589024118,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":683,"versionNonce":1931237170,"index":"b9g","isDeleted":false,"id":"DaS5qS4V","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":691.4782579082691,"y":1733.3581592966657,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":2109744362,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":370,"versionNonce":1035496310,"index":"b9h","isDeleted":false,"id":"VbFVQYN583VZG7CgHKLCD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":486.6836046642186,"y":1498.4666232752234,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":44745206,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"rectangle","version":298,"versionNonce":1707576502,"index":"b9i","isDeleted":false,"id":"WBP_o7TlJXnbOkJf1wYIQ","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":489.8414994010607,"y":1647.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":1930235946,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494162038,"link":null,"locked":false},{"type":"text","version":403,"versionNonce":484273390,"index":"b9j","isDeleted":false,"id":"KjhebQrS","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":619.6876406139252,"y":1655.308728538381,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1297420522,"groupIds":["K-dIKekcv1r4fLRflpMVq"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":764,"versionNonce":1537879658,"index":"b9pm","isDeleted":false,"id":"pC_AUxJp8uQsxEpTfSan6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":908.5504777292331,"y":2033.354114238372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":24.808049535601867,"height":29.108901566860823,"seed":2103762998,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093094,"link":null,"locked":false,"startBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.580901313003466,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-24.808049535601867,-29.108901566860823]]},{"type":"arrow","version":569,"versionNonce":1400926582,"index":"b9pn","isDeleted":false,"id":"plP5aO0pkgrikLXEZaJQj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":863.7424281936313,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":18.823529411764753,"height":45.88235294117612,"seed":1828751862,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[18.823529411764753,-45.88235294117612]]},{"type":"arrow","version":502,"versionNonce":2014447850,"index":"b9pp","isDeleted":false,"id":"7zGHktKlnBlOdEnjVa6f-","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":836.6836046642192,"y":2019.5393303185695,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":16.47058823529403,"height":47.64705882352905,"seed":2014253046,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-16.47058823529403,-47.64705882352905]]},{"type":"arrow","version":431,"versionNonce":1352585910,"index":"b9pr","isDeleted":false,"id":"HCxEHlMN1s4VeAtyF1u7D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":760.2130164289251,"y":2015.4216832597458,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":12.941176470588175,"height":50.58823529411711,"seed":1718669686,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[12.941176470588175,-50.58823529411711]]},{"type":"arrow","version":351,"versionNonce":729111466,"index":"b9pt","isDeleted":false,"id":"aa_7UoqtmgiDq0aDBDuZj","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":730.2130164289251,"y":2021.3040362009222,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":14.117647058823536,"height":46.47058823529346,"seed":1138324470,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-14.117647058823536,-46.47058823529346]]},{"type":"arrow","version":260,"versionNonce":1977551862,"index":"b9pu","isDeleted":false,"id":"C5i6cF4-6CsfkMghotKxT","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":686.0953693701016,"y":1997.7746244362163,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":21.764705882352928,"height":45.29411764705833,"seed":583891574,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[21.764705882352928,-45.29411764705833]]},{"type":"arrow","version":833,"versionNonce":610293354,"index":"b9pv","isDeleted":false,"id":"fhvnaJ18giHrZB90o8oJb","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":615.5071340759843,"y":2036.0099185538638,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":4.705882352940989,"height":48.235294117646845,"seed":1643348022,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-4.705882352940989,-48.235294117646845]]},{"type":"arrow","version":942,"versionNonce":289807670,"index":"b9px","isDeleted":false,"id":"bqLKF1X53VdDRd_U1mNu6","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":586.6836046642195,"y":2031.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":9.411764705882433,"height":29.411764705882433,"seed":1321907370,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[9.411764705882433,-29.411764705882433]]},{"type":"arrow","version":218,"versionNonce":597555498,"index":"b9pz","isDeleted":false,"id":"t6D4Yc_VJy03HW-jqB6_D","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":650.2130164289252,"y":1989.5393303185692,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":10.148313691399267,"height":46.778589396286634,"seed":263435114,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-10.148313691399267,-46.778589396286634]]},{"type":"arrow","version":1054,"versionNonce":1748567670,"index":"b9q","isDeleted":false,"id":"YCVsIbDY1bYDhptVTQw9h","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":544.330663487749,"y":2003.0687420832758,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":34.70588235294133,"height":28.82352941176464,"seed":1131951222,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[34.70588235294133,-28.82352941176464]]},{"type":"arrow","version":1236,"versionNonce":65851690,"index":"b9q8","isDeleted":false,"id":"8lSFwKZnvDg6ULG_5wzql","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":520.8012517230432,"y":2001.8922714950406,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":20.00928792569846,"height":39.65615649516258,"seed":2120312490,"groupIds":["MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721497093095,"link":null,"locked":false,"startBinding":null,"endBinding":{"elementId":"0DgRxNXkivl11Y0rDzF4y","focus":0.6897624754585402,"gap":1},"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-20.00928792569846,-39.65615649516258]]},{"type":"rectangle","version":960,"versionNonce":1266468790,"index":"b9qG","isDeleted":false,"id":"0DgRxNXkivl11Y0rDzF4y","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":488.26255203263884,"y":1908.4666232752238,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":2092960822,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[{"id":"pC_AUxJp8uQsxEpTfSan6","type":"arrow"},{"id":"8lSFwKZnvDg6ULG_5wzql","type":"arrow"}],"updated":1721494549644,"link":null,"locked":false},{"type":"rectangle","version":875,"versionNonce":1297954474,"index":"b9qV","isDeleted":false,"id":"12Q2pJ-rfdK1cYSdMViFG","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":491.4204467694809,"y":2057.94030748575,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":943618602,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false},{"type":"text","version":980,"versionNonce":1001300210,"index":"b9ql","isDeleted":false,"id":"3l5LTM7n","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":621.2665879823454,"y":2065.3087285383817,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":1285363062,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":948,"versionNonce":311742826,"index":"b9r","isDeleted":false,"id":"NEYXkUMzFir4saa45X9jg","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2035.308728538385,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":662807786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":640,"versionNonce":720032310,"index":"b9rG","isDeleted":false,"id":"GFo5bjnl7LYcuxeQ4wjbx","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":505.63097308527097,"y":2047.940307485753,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":1183250102,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":884,"versionNonce":1804276778,"index":"b9rV","isDeleted":false,"id":"qd0KC3DUYxxoa_Al0GS5k","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":639.3151836115868,"y":2020.5718864331216,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":43087786,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":323,"versionNonce":897522550,"index":"b9s","isDeleted":false,"id":"Z5QvTbaBPx2EZLgLi-56K","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":491.94676255895513,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1126346742,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":317,"versionNonce":975896298,"index":"b9s4","isDeleted":false,"id":"GOI_piFybEN04RwHlUgFC","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":921.4204467694814,"y":2041.6245180120688,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":2040066666,"groupIds":["5d2-o8nrT7MAi1FF1DZ-9","MPeDIm71v9hlFl-CLTgHr"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494549644,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"line","version":603,"versionNonce":374808426,"index":"b9z4","isDeleted":false,"id":"dh0OjjhisHZi4BzNhtDAN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1180.8941309800073,"y":1757.9403074857496,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":223.1578947368423,"height":62.1052631578948,"seed":1029527990,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[223.1578947368423,-62.1052631578948]]},{"type":"line","version":718,"versionNonce":500408874,"index":"b9z8","isDeleted":false,"id":"wHsv6jEuKexri3SNS5kDW","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1179.3151836115865,"y":1757.4139916962758,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":213.68421052631538,"height":62.1052631578948,"seed":1426506922,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[-213.68421052631538,-62.1052631578948]]},{"type":"line","version":1790,"versionNonce":1882311914,"index":"b9zG","isDeleted":false,"id":"6z2YeJOvURujyUXKe3WLV","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":999.3789728002412,"y":1756.3149897232227,"strokeColor":"#ffffff","backgroundColor":"transparent","width":369.9259175340629,"height":0,"seed":1999942390,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":{"type":2},"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"startBinding":null,"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":null,"points":[[0,0],[369.9259175340629,0]]},{"type":"text","version":1615,"versionNonce":347971374,"index":"b9zO","isDeleted":false,"id":"MSsB1MYx","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":1,"opacity":100,"angle":0,"x":1103.1570913973803,"y":1784.4585655785488,"strokeColor":"#ffffff","backgroundColor":"transparent","width":152.8911590576172,"height":50.19488593397884,"seed":1239195498,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":40.15590874718307,"fontFamily":1,"text":"Surface","rawText":"Surface","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"Surface","autoResize":true,"lineHeight":1.25},{"type":"ellipse","version":1423,"versionNonce":576658026,"index":"b9zV","isDeleted":false,"id":"UIhXoJ0SLpbk4iB5dz2f7","fillStyle":"solid","strokeWidth":2,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1167.8641247378362,"y":1746.8345030625699,"strokeColor":"#e03131","backgroundColor":"#e03131","width":24.43673995953466,"height":23.436739959534613,"seed":1196352566,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":1010,"versionNonce":1456583346,"index":"b9zd","isDeleted":false,"id":"vWn3naDp","fillStyle":"solid","strokeWidth":1,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1168.8466789609,"y":1732.8318435071922,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":20.23199462890625,"height":45,"seed":1151935018,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":36,"fontFamily":1,"text":"x","rawText":"x","textAlign":"right","verticalAlign":"top","containerId":null,"originalText":"x","autoResize":true,"lineHeight":1.25},{"type":"rectangle","version":704,"versionNonce":1891043306,"index":"b9zl","isDeleted":false,"id":"2CTeaZIjhi9XakqdaE-lC","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":964.0520257168495,"y":1497.9403074857498,"strokeColor":"#ffffff","backgroundColor":"transparent","width":441.05263157894706,"height":194.73684210526318,"seed":261156214,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"rectangle","version":625,"versionNonce":1696758442,"index":"b9zt","isDeleted":false,"id":"mY3mcBobI-5HwqbCsF6SD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":967.2099204536916,"y":1647.413991696276,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":434.736842105263,"height":44.21052631578936,"seed":542592234,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false},{"type":"text","version":730,"versionNonce":2120059246,"index":"bA0","isDeleted":false,"id":"nnHXIGTm","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1097.056061666556,"y":1654.7824127489075,"strokeColor":"#000000","backgroundColor":"transparent","width":173.99192810058594,"height":35,"seed":759156406,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microsurface","rawText":"Microsurface","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microsurface","autoResize":true,"lineHeight":1.25},{"type":"freedraw","version":698,"versionNonce":2110740522,"index":"bA08","isDeleted":false,"id":"wM9tugKNKGD8Qeps47rTw","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1624.782412748911,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":430.5263157894736,"height":76.84210526315792,"seed":1029336554,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593\|-0.015218769816108348,0],[-1.052631578947512,0],[-0.015218769816108348,0],[-0.015218769816108348,-1.052631578947512],[1.0221940393150712,-1.052631578947512],[2.0596068484462506,-2.1052631578947967],[2.0596068484462506,-3.1578947368420813],[3.097019657577654,-4.210526315789593],[4.134432466708834,-5.263157894736878],[5.171845275840237,-6.315789473684163],[6.209258084971417,-7.368421052631675],[8.284083703234002,-9.473684210526244],[9.321496512365181,-10.526315789473756],[10.358909321496359,-12.631578947368553],[11.396322130627762,-13.684210526315837],[12.433734939758942,-14.73684210526335],[13.471147748890345,-16.84210526315792],[15.545973367152705,-17.89473684210543],[16.58338617628411,-20],[18.65821179454647,-22.105263157894797],[19.69562460367787,-24.210526315789593],[21.77045022194023,-25.263157894736878],[22.807863031071633,-26.315789473684163],[24.88268864933422,-28.42105263157896],[25.920101458465396,-29.47368421052647],[29.032339885859162,-30.526315789473756],[30.069752694990342,-31.578947368421268],[32.14457831325292,-32.63157894736855],[34.21940393151551,-33.68421052631584],[36.294229549778095,-34.73684210526335],[38.36905516804045,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[39.40646797717185,-35.789473684210634],[40.44388078630303,-35.789473684210634],[41.48129359543422,-36.84210526315792],[42.51870640456561,-36.84210526315792],[43.55611921369679,-35.789473684210634],[44.5935320228282,-35.789473684210634],[45.63094483195938,-35.789473684210634],[46.66835764109056,-34.73684210526335],[46.66835764109056,-33.68421052631584],[47.70577045022197,-32.63157894736855],[48.74318325935314,-30.526315789473756],[49.780596068484314,-29.47368421052647],[50.818008877615725,-28.42105263157896],[51.85542168674691,-26.315789473684163],[51.85542168674691,-25.263157894736878],[52.892834495878084,-24.210526315789593],[53.930247305009495,-23.15789473684208],[53.930247305009495,-21.052631578947512],[54.96766011414066,-20],[54.96766011414066,-17.89473684210543],[54.96766011414066,-16.84210526315792],[56.00507292327207,-15.789473684210634],[56.00507292327207,-14.73684210526335],[57.04248573240325,-12.631578947368553],[57.04248573240325,-10.526315789473756],[57.04248573240325,-8.421052631579187],[58.07989854153443,-6.315789473684163],[58.07989854153443,-4.210526315789593],[59.11731135066584,-2.1052631578947967],[60.154724159797006,0],[60.154724159797006,2.1052631578945693],[61.19213696892819,4.210526315789366],[62.22954977805959,6.315789473684163],[63.266962587190775,7.368421052631447],[64.30437539632194,7.368421052631447],[65.34178820545335,8.421052631578732],[66.37920101458454,8.421052631578732],[66.37920101458454,9.473684210526244],[67.41661382371593,9.473684210526244],[67.41661382371593,10.526315789473756],[68.45402663284712,10.526315789473756],[69.4914394419783,10.526315789473756],[69.4914394419783,11.578947368420813],[69.4914394419783,10.526315789473756],[70.5288522511097,10.526315789473756],[71.56626506024088,9.473684210526244],[73.64109067850346,9.473684210526244],[74.67850348763464,9.473684210526244],[76.75332910589722,9.473684210526244],[78.8281547241598,9.473684210526244],[79.86556753329099,8.421052631578732],[81.94039315155358,8.421052631578732],[82.97780596068476,6.315789473684163],[85.05263157894733,5.263157894736651],[86.09004438807851,3.1578947368420813],[87.12745719720992,2.1052631578945693],[87.12745719720992,1.0526315789472847],[87.12745719720992,0],[88.1648700063411,0],[90.23969562460368,0],[92.31452124286604,0],[94.38934686112863,0],[97.50158528852238,1.0526315789472847],[99.57641090678497,2.1052631578945693],[102.68864933417872,3.1578947368420813],[105.8008877615725,4.210526315789366],[107.87571337983509,5.263157894736651],[109.95053899809766,6.315789473684163],[110.98795180722884,7.368421052631447],[112.02536461636002,7.368421052631447],[114.10019023462262,7.368421052631447],[116.17501585288518,7.368421052631447],[119.28725428027896,6.315789473684163],[121.36207989854154,6.315789473684163],[124.4743183259353,6.315789473684163],[125.51173113506648,6.315789473684163],[126.54914394419765,6.315789473684163],[127.58655675332906,6.315789473684163],[129.66138237159166,5.263157894736651],[133.8110336081166,5.263157894736651],[138.99809765377293,4.210526315789366],[144.1851616994293,4.210526315789366],[147.29740012682302,4.210526315789366],[148.3348129359542,4.210526315789366],[149.37222574508561,4.210526315789366],[149.37222574508561,3.1578947368420813],[148.3348129359542,3.1578947368420813],[146.25998731769164,1.0526315789472847],[145.22257450856046,0],[143.1477488902979,-1.052631578947512],[142.1103360811667,-3.1578947368420813],[141.07292327203552,-5.263157894736878],[140.0355104629041,-8.421052631579187],[138.99809765377293,-11.578947368421268],[138.99809765377293,-14.73684210526335],[138.99809765377293,-18.947368421052715],[138.99809765377293,-22.105263157894797],[138.99809765377293,-25.263157894736878],[138.99809765377293,-28.42105263157896],[138.99809765377293,-30.526315789473756],[138.99809765377293,-32.63157894736855],[140.0355104629041,-33.68421052631584],[141.07292327203552,-35.789473684210634],[143.1477488902979,-36.84210526315792],[146.25998731769164,-37.89473684210543],[149.37222574508561,-38.947368421052715],[153.52187698161057,-40],[159.74635383639807,-41.05263157894751],[167.00824350031704,-42.1052631578948],[173.23272035510453,-43.15789473684208],[178.4197844007609,-43.15789473684208],[182.56943563728584,-42.1052631578948],[185.68167406467958,-40],[186.719086873811,-38.947368421052715],[188.79391249207336,-36.84210526315792],[191.90615091946736,-34.73684210526335],[195.0183893468611,-32.63157894736855],[200.20545339251723,-29.47368421052647],[203.31769181991123,-28.42105263157896],[207.46734305643616,-26.315789473684163],[209.54216867469873,-24.210526315789593],[211.61699429296132,-23.15789473684208],[211.61699429296132,-20],[212.6544071020925,-16.84210526315792],[212.6544071020925,-13.684210526315837],[213.6918199112237,-9.473684210526244],[213.6918199112237,-7.368421052631675],[215.76664552948628,-5.263157894736878],[217.84147114774885,-4.210526315789593],[218.87888395688003,-4.210526315789593],[220.95370957514262,-4.210526315789593],[223.0285351934052,-4.210526315789593],[225.10336081166756,-5.263157894736878],[227.17818642993015,-6.315789473684163],[230.2904248573239,-6.315789473684163],[234.4400760938491,-7.368421052631675],[237.55231452124283,-8.421052631579187],[241.70196575776777,-9.473684210526244],[245.85161699429295,-10.526315789473756],[247.92644261255532,-10.526315789473756],[248.9638554216867,-11.578947368421268],[250.00126823081789,-11.578947368421268],[253.11350665821163,-13.684210526315837],[256.2257450856054,-15.789473684210634],[260.3753963221306,-18.947368421052715],[261.4128091312618,-18.947368421052715],[262.45022194039296,-18.947368421052715],[263.4876347495244,-18.947368421052715],[264.52504755865556,-17.89473684210543],[266.59987317691815,-16.84210526315792],[269.7121116043118,-15.789473684210634],[272.8243500317056,-14.73684210526335],[274.8991756499682,-13.684210526315837],[275.93658845909937,-12.631578947368553],[276.9740012682308,-12.631578947368553],[280.08623969562456,-14.73684210526335],[282.1610653138869,-14.73684210526335],[285.2733037412809,-14.73684210526335],[287.3481293595433,-14.73684210526335],[290.46036778693707,-11.578947368421268],[291.4977805960685,-8.421052631579187],[292.53519340519966,-5.263157894736878],[295.6474318325933,-1.052631578947512],[296.68484464172474,1.0526315789472847],[298.7596702599871,4.210526315789366],[301.8719086873809,6.315789473684163],[302.9093214965123,8.421052631578732],[303.9467343056435,10.526315789473756],[306.02155992390607,11.578947368420813],[307.05897273303725,12.631578947368325],[307.05897273303725,13.684210526315837],[308.09638554216866,14.736842105262895],[309.13379835129984,14.736842105262895],[310.171211160431,13.684210526315837],[312.2460367786936,13.684210526315837],[314.3208623969562,12.631578947368325],[315.3582752060874,12.631578947368325],[317.43310082434994,11.578947368420813],[319.5079264426125,10.526315789473756],[321.58275206087484,9.473684210526244],[323.65757767913743,7.368421052631447],[325.7324032974,5.263157894736651],[326.7698161065312,3.1578947368420813],[328.8446417247938,2.1052631578945693],[328.8446417247938,1.0526315789472847],[329.882054533925,0],[330.9194673430564,-2.1052631578947967],[331.9568801521876,-3.1578947368420813],[334.0317057704502,-5.263157894736878],[336.10653138871254,-6.315789473684163],[339.2187698161065,-8.421052631579187],[341.29359543436885,-9.473684210526244],[343.36842105263145,-10.526315789473756],[345.443246670894,-11.578947368421268],[346.48065948002517,-11.578947368421268],[348.55548509828776,-12.631578947368553],[351.66772352568154,-12.631578947368553],[355.8173747622065,-13.684210526315837],[357.8922003804691,-14.73684210526335],[359.9670259987317,-15.789473684210634],[361.00443880786287,-15.789473684210634],[362.0418516169943,-14.73684210526335],[364.1166772352566,-14.73684210526335],[366.1915028535192,-15.789473684210634],[367.22891566265037,-15.789473684210634],[368.2663284717818,-15.789473684210634],[368.2663284717818,-14.73684210526335],[369.30374128091296,-14.73684210526335],[370.3411540900443,-14.73684210526335],[370.3411540900443,-13.684210526315837],[371.3785668991755,-13.684210526315837],[373.4533925174381,-12.631578947368553],[374.4908053265693,-12.631578947368553],[375.52821813570046,-10.526315789473756],[376.56563094483187,-10.526315789473756],[377.60304375396305,-8.421052631579187],[378.64045656309446,-7.368421052631675],[379.67786937222564,-5.263157894736878],[380.7152821813568,-3.1578947368420813],[380.7152821813568,0],[381.75269499048824,2.1052631578945693],[381.75269499048824,6.315789473684163],[382.7901077996194,9.473684210526244],[382.7901077996194,11.578947368420813],[383.8275206087506,14.736842105262895],[384.864933417882,15.789473684210407],[385.9023462270132,16.84210526315792],[385.9023462270132,17.894736842105203],[386.9397590361443,17.894736842105203],[387.97717184527573,18.947368421052488],[390.0519974635383,18.947368421052488],[393.1642358909321,18.947368421052488],[395.23906150919447,18.947368421052488],[396.2764743183258,18.947368421052488],[398.3512999365882,17.894736842105203],[400.4261255548508,15.789473684210407],[401.4635383639822,14.736842105262895],[402.5009511731134,12.631578947368325],[404.575776791376,10.526315789473756],[406.65060240963834,8.421052631578732],[407.68801521876975,7.368421052631447],[409.7628408370321,5.263157894736651],[410.80025364616347,4.210526315789366],[412.87507926442606,2.1052631578945693],[415.98731769181984,0],[418.0621433100822,-2.1052631578947967],[420.1369689283448,-4.210526315789593],[421.1743817374762,-5.263157894736878],[422.21179454660734,-6.315789473684163],[423.2492073557385,-6.315789473684163],[423.2492073557385,-7.368421052631675],[424.28662016486993,-7.368421052631675],[425.3240329740011,-8.421052631579187],[426.3614457831323,-8.421052631579187],[427.3988585922637,-8.421052631579187],[428.4362714013949,-8.421052631579187],[428.4362714013949,-9.473684210526244],[428.4362714013949,-8.421052631579187],[428.4362714013949,-7.368421052631675],[428.4362714013949,-6.315789473684163],[429.4736842105261,-5.263157894736878],[429.4736842105261,-4.210526315789593],[429.4736842105261,-3.1578947368420813],[429.4736842105261,-2.1052631578947967],[429.4736842105261,-1.052631578947512],[429.4736842105261,0],[429.4736842105261,1.0526315789472847],[429.4736842105261,2.1052631578945693],[429.4736842105261,4.210526315789366],[428.4362714013949,5.263157894736651],[428.4362714013949,6.315789473684163],[427.3988585922637,7.368421052631447],[427.3988585922637,9.473684210526244],[427.3988585922637,10.526315789473756],[426.3614457831323,12.631578947368325],[426.3614457831323,13.684210526315837],[426.3614457831323,15.789473684210407],[426.3614457831323,16.84210526315792],[425.3240329740011,17.894736842105203],[425.3240329740011,18.947368421052488],[425.3240329740011,21.052631578947285],[425.3240329740011,22.10526315789457],[425.3240329740011,23.15789473684208],[425.3240329740011,24.210526315789366],[425.3240329740011,25.26315789473665],[424.28662016486993,26.315789473684163],[425.3240329740011,26.315789473684163],[425.3240329740011,27.368421052631447],[424.28662016486993,27.368421052631447],[424.28662016486993,26.315789473684163],[423.2492073557385,25.26315789473665],[422.21179454660734,23.15789473684208],[421.1743817374762,21.052631578947285],[420.1369689283448,18.947368421052488],[418.0621433100822,15.789473684210407],[418.0621433100822,14.736842105262895],[418.0621433100822,12.631578947368325],[419.0995561192136,10.526315789473756],[419.0995561192136,8.421052631578732],[419.0995561192136,7.368421052631447],[418.0621433100822,9.473684210526244],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[410.80025364616347,18.947368421052488],[408.72542802790093,21.052631578947285],[406.65060240963834,24.210526315789366],[405.61318960050716,25.26315789473665],[404.575776791376,26.315789473684163],[404.575776791376,27.368421052631447],[403.53836398224456,28.421052631578732],[404.575776791376,27.368421052631447],[405.61318960050716,25.26315789473665],[408.72542802790093,23.15789473684208],[410.80025364616347,20],[414.94990488268843,14.736842105262895],[417.024730500951,11.578947368420813],[419.0995561192136,9.473684210526244],[420.1369689283448,8.421052631578732],[419.0995561192136,8.421052631578732],[418.0621433100822,10.526315789473756],[414.94990488268843,12.631578947368325],[412.87507926442606,15.789473684210407],[411.83766645529465,17.894736842105203],[409.7628408370321,21.052631578947285],[409.7628408370321,23.15789473684208],[408.72542802790093,24.210526315789366],[408.72542802790093,25.26315789473665],[409.7628408370321,25.26315789473665],[409.7628408370321,24.210526315789366],[410.80025364616347,22.10526315789457],[412.87507926442606,20],[413.91249207355725,18.947368421052488],[414.94990488268843,17.894736842105203],[414.94990488268843,16.84210526315792],[415.98731769181984,16.84210526315792],[415.98731769181984,15.789473684210407],[417.024730500951,15.789473684210407],[417.024730500951,16.84210526315792],[418.0621433100822,16.84210526315792],[418.0621433100822,17.894736842105203],[418.0621433100822,18.947368421052488],[418.0621433100822,20],[418.0621433100822,21.052631578947285],[418.0621433100822,22.10526315789457],[418.0621433100822,23.15789473684208],[418.0621433100822,24.210526315789366],[418.0621433100822,25.26315789473665],[417.024730500951,27.368421052631447],[415.98731769181984,28.421052631578732],[414.94990488268843,28.421052631578732],[412.87507926442606,29.473684210526244],[410.80025364616347,30.52631578947353],[406.65060240963834,30.52631578947353],[402.5009511731134,30.52631578947353],[397.313887127457,30.52631578947353],[391.0894102726695,30.52631578947353],[386.9397590361443,30.52631578947353],[381.75269499048824,30.52631578947353],[376.56563094483187,30.52631578947353],[371.3785668991755,29.473684210526244],[366.1915028535192,29.473684210526244],[362.0418516169943,28.421052631578732],[357.8922003804691,26.315789473684163],[353.74254914394413,25.26315789473665],[350.63031071655035,24.210526315789366],[348.55548509828776,23.15789473684208],[348.55548509828776,22.10526315789457],[349.59289790741894,20],[352.7051363348127,16.84210526315792],[355.8173747622065,14.736842105262895],[357.8922003804691,13.684210526315837],[359.9670259987317,11.578947368420813],[361.00443880786287,10.526315789473756],[361.00443880786287,9.473684210526244],[361.00443880786287,7.368421052631447],[362.0418516169943,6.315789473684163],[364.1166772352566,5.263157894736651],[367.22891566265037,4.210526315789366],[368.2663284717818,4.210526315789366],[369.30374128091296,4.210526315789366],[369.30374128091296,6.315789473684163],[367.22891566265037,9.473684210526244],[366.1915028535192,12.631578947368325],[365.154090044388,16.84210526315792],[364.1166772352566,22.10526315789457],[365.154090044388,25.26315789473665],[366.1915028535192,29.473684210526244],[367.22891566265037,31.578947368420813],[368.2663284717818,32.631578947368325],[368.2663284717818,33.68421052631584],[369.30374128091296,33.68421052631584],[369.30374128091296,32.631578947368325],[369.30374128091296,31.578947368420813],[369.30374128091296,28.421052631578732],[369.30374128091296,24.210526315789366],[369.30374128091296,20],[370.3411540900443,15.789473684210407],[370.3411540900443,10.526315789473756],[370.3411540900443,7.368421052631447],[369.30374128091296,4.210526315789366],[369.30374128091296,2.1052631578945693],[369.30374128091296,1.0526315789472847],[369.30374128091296,0],[368.2663284717818,-1.052631578947512],[367.22891566265037,-1.052631578947512],[365.154090044388,-1.052631578947512],[364.1166772352566,-2.1052631578947967],[361.00443880786287,-2.1052631578947967],[358.9296131896005,-2.1052631578947967],[355.8173747622065,-1.052631578947512],[353.74254914394413,-1.052631578947512],[350.63031071655035,1.0526315789472847],[347.5180722891566,2.1052631578945693],[345.443246670894,3.1578947368420813],[344.40583386176263,5.263157894736651],[341.29359543436885,7.368421052631447],[340.25618262523767,7.368421052631447],[338.18135700697513,8.421052631578732],[335.06911857958136,9.473684210526244],[332.99429296131876,10.526315789473756],[329.882054533925,12.631578947368325],[327.8072289156626,13.684210526315837],[326.7698161065312,14.736842105262895],[325.7324032974,16.84210526315792],[324.6949904882686,17.894736842105203],[323.65757767913743,21.052631578947285],[323.65757767913743,22.10526315789457],[322.62016487000625,23.15789473684208],[322.62016487000625,24.210526315789366],[321.58275206087484,24.210526315789366],[319.5079264426125,23.15789473684208],[317.43310082434994,23.15789473684208],[314.3208623969562,23.15789473684208],[312.2460367786936,23.15789473684208],[307.05897273303725,23.15789473684208],[302.9093214965123,23.15789473684208],[299.7970830691185,23.15789473684208],[296.68484464172474,23.15789473684208],[293.57260621433073,22.10526315789457],[290.46036778693707,22.10526315789457],[286.3107165504121,22.10526315789457],[284.2358909321495,21.052631578947285],[281.12365250475574,21.052631578947285],[279.04882688649315,21.052631578947285],[276.9740012682308,21.052631578947285],[273.8617628408368,20],[270.749524413443,20],[267.6372859860493,20],[263.4876347495244,20],[260.3753963221306,20],[255.18833227647423,20],[250.00126823081789,20],[244.81420418516154,20],[241.70196575776777,20],[238.58972733037402,20],[235.47748890298024,20],[233.40266328471768,20],[230.2904248573239,20],[228.21559923906133,20],[225.10336081166756,21.052631578947285],[223.0285351934052,21.052631578947285],[220.95370957514262,21.052631578947285],[219.91629676601121,21.052631578947285],[216.80405833861744,21.052631578947285],[215.76664552948628,21.052631578947285],[212.6544071020925,21.052631578947285],[210.5795814838299,21.052631578947285],[208.50475586556735,21.052631578947285],[206.42993024730498,21.052631578947285],[204.35510462904242,22.10526315789457],[202.28027901077982,22.10526315789457],[199.16804058338604,22.10526315789457],[196.0558021559923,22.10526315789457],[191.90615091946736,22.10526315789457],[188.79391249207336,22.10526315789457],[185.68167406467958,22.10526315789457],[182.56943563728584,22.10526315789457],[179.4571972098921,22.10526315789457],[176.3449587824983,21.052631578947285],[174.27013316423572,21.052631578947285],[171.15789473684194,21.052631578947285],[169.0830691185794,21.052631578947285],[165.97083069118563,21.052631578947285],[162.85859226379185,21.052631578947285],[159.74635383639807,21.052631578947285],[155.59670259987317,21.052631578947285],[151.44705136334798,22.10526315789457],[148.3348129359542,22.10526315789457],[145.22257450856046,22.10526315789457],[142.1103360811667,23.15789473684208],[140.0355104629041,23.15789473684208],[136.92327203551034,23.15789473684208],[133.8110336081166,23.15789473684208],[130.69879518072284,23.15789473684208],[127.58655675332906,23.15789473684208],[124.4743183259353,23.15789473684208],[122.3994927076727,22.10526315789457],[119.28725428027896,22.10526315789457],[116.17501585288518,22.10526315789457],[112.02536461636002,21.052631578947285],[108.91312618896626,21.052631578947285],[103.7260621433099,22.10526315789457],[99.57641090678497,22.10526315789457],[95.42675967025981,22.10526315789457],[91.27710843373485,22.10526315789457],[88.1648700063411,22.10526315789457],[85.05263157894733,22.10526315789457],[81.94039315155358,22.10526315789457],[78.8281547241598,22.10526315789457],[76.75332910589722,22.10526315789457],[73.64109067850346,22.10526315789457],[68.45402663284712,23.15789473684208],[64.30437539632194,23.15789473684208],[59.11731135066584,23.15789473684208],[54.96766011414066,24.210526315789366],[51.85542168674691,24.210526315789366],[47.70577045022197,23.15789473684208],[44.5935320228282,23.15789473684208],[40.44388078630303,22.10526315789457],[35.25681674064669,22.10526315789457],[30.069752694990342,22.10526315789457],[25.920101458465396,22.10526315789457],[22.807863031071633,21.052631578947285],[20.733037412809054,22.10526315789457],[17.62079898541529,21.052631578947285],[16.58338617628411,22.10526315789457],[15.545973367152705,22.10526315789457],[13.471147748890345,22.10526315789457],[12.433734939758942,22.10526315789457],[11.396322130627762,22.10526315789457],[10.358909321496359,22.10526315789457],[9.321496512365181,22.10526315789457],[8.284083703234002,22.10526315789457],[7.246670894102596,22.10526315789457],[7.246670894102596,21.052631578947285],[7.246670894102596,20],[7.246670894102596,18.947368421052488],[7.246670894102596,17.894736842105203],[7.246670894102596,15.789473684210407],[7.246670894102596,14.736842105262895],[7.246670894102596,13.684210526315837],[7.246670894102596,12.631578947368325],[7.246670894102596,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[5.171845275840237,7.368421052631447],[6.209258084971417,7.368421052631447],[6.209258084971417,9.473684210526244],[6.209258084971417,11.578947368420813],[6.209258084971417,13.684210526315837],[6.209258084971417,14.736842105262895],[6.209258084971417,16.84210526315792],[6.209258084971417,18.947368421052488],[6.209258084971417,20],[6.209258084971417,22.10526315789457],[6.209258084971417,23.15789473684208],[6.209258084971417,24.210526315789366],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[7.246670894102596,26.315789473684163],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,26.315789473684163],[6.209258084971417,25.26315789473665],[6.209258084971417,24.210526315789366],[6.209258084971417,23.15789473684208],[7.246670894102596,22.10526315789457],[6.209258084971417,21.052631578947285],[6.209258084971417,20],[7.246670894102596,18.947368421052488],[6.209258084971417,16.84210526315792],[6.209258084971417,14.736842105262895],[6.209258084971417,12.631578947368325],[6.209258084971417,11.578947368420813],[6.209258084971417,10.526315789473756],[6.209258084971417,9.473684210526244],[6.209258084971417,8.421052631578732],[6.209258084971417,7.368421052631447],[6.209258084971417,6.315789473684163],[7.246670894102596,5.263157894736651],[7.246670894102596,4.210526315789366],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[8.284083703234002,3.1578947368420813],[8.284083703234002,2.1052631578945693],[9.321496512365181,2.1052631578945693],[9.321496512365181,1.0526315789472847],[10.358909321496359,0],[10.358909321496359,-1.052631578947512],[11.396322130627762,-1.052631578947512],[11.396322130627762,-2.1052631578947967],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[11.396322130627762,-3.1578947368420813],[12.433734939758942,-3.1578947368420813],[13.471147748890345,-4.210526315789593],[13.471147748890345,-4.210526315789593]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":390,"versionNonce":54969066,"index":"bA0G","isDeleted":false,"id":"jUk1CISaOPo6JKFDUihZf","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":981.4204467694817,"y":1637.413991696279,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":160,"height":62.1052631578948,"seed":364125494,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,-9.473684210526244],[-1.052631578947512,-13.68421052631561],[1.0526315789472847,-17.894736842104976],[3.1578947368420813,-21.052631578947057],[7.368421052631447,-26.315789473684163],[10.526315789473529,-28.421052631578732],[14.736842105263122,-31.578947368420813],[18.947368421052488,-33.68421052631561],[21.052631578947285,-34.736842105262895],[22.10526315789457,-34.736842105262895],[22.10526315789457,-35.78947368421041],[22.10526315789457,-33.68421052631561],[22.10526315789457,-30.52631578947353],[21.052631578947285,-25.26315789473665],[20,-18.947368421052488],[17.894736842105203,-12.631578947368325],[15.789473684210407,-7.368421052631447],[13.68421052631561,-4.210526315789366],[11.57894736842104,-1.0526315789470573],[10.526315789473529,0],[9.473684210526244,1.052631578947512],[9.473684210526244,0],[9.473684210526244,-2.1052631578945693],[10.526315789473529,-5.263157894736651],[12.631578947368325,-11.578947368420813],[14.736842105263122,-15.789473684210407],[17.894736842105203,-22.10526315789457],[22.10526315789457,-27.368421052631447],[24.210526315789366,-30.52631578947353],[25.26315789473665,-32.631578947368325],[25.26315789473665,-33.68421052631561],[25.26315789473665,-32.631578947368325],[23.15789473684208,-31.578947368420813],[18.947368421052488,-27.368421052631447],[13.68421052631561,-21.052631578947057],[8.42105263157896,-14.736842105262895],[6.315789473684163,-9.473684210526244],[4.210526315789366,-5.263157894736651],[2.1052631578945693,0],[0,6.31578947368439],[0,9.473684210526471],[0,10.526315789473756],[0,11.578947368421268],[2.1052631578945693,9.473684210526471],[3.1578947368420813,7.368421052631675],[5.263157894736651,4.210526315789593],[8.42105263157896,-1.0526315789470573],[13.68421052631561,-8.421052631578732],[20,-15.789473684210407],[25.26315789473665,-24.210526315789366],[28.42105263157896,-30.52631578947353],[30.52631578947353,-35.78947368421041],[31.57894736842104,-37.894736842104976],[30.52631578947353,-38.94736842105249],[29.473684210526244,-36.84210526315769],[26.315789473684163,-30.52631578947353],[24.210526315789366,-23.15789473684208],[23.15789473684208,-17.894736842104976],[21.052631578947285,-8.421052631578732],[21.052631578947285,-3.1578947368420813],[20,1.052631578947512],[20,3.1578947368420813],[20,4.210526315789593],[20,3.1578947368420813],[22.10526315789457,1.052631578947512],[24.210526315789366,-3.1578947368420813],[25.26315789473665,-6.315789473684163],[26.315789473684163,-13.68421052631561],[27.368421052631447,-17.894736842104976],[28.42105263157896,-24.210526315789366],[29.473684210526244,-27.368421052631447],[31.57894736842104,-29.473684210526244],[31.57894736842104,-28.421052631578732],[31.57894736842104,-23.15789473684208],[29.473684210526244,-14.736842105262895],[29.473684210526244,-9.473684210526244],[28.42105263157896,-3.1578947368420813],[28.42105263157896,2.105263157895024],[27.368421052631447,5.263157894737105],[27.368421052631447,6.31578947368439],[28.42105263157896,7.368421052631675],[29.473684210526244,6.31578947368439],[30.52631578947353,4.210526315789593],[32.631578947368325,0],[33.68421052631561,-6.315789473684163],[34.73684210526312,-11.578947368420813],[35.78947368421041,-15.789473684210407],[36.84210526315769,-17.894736842104976],[37.8947368421052,-18.947368421052488],[38.94736842105249,-18.947368421052488],[40,-15.789473684210407],[41.052631578947285,-11.578947368420813],[41.052631578947285,-6.315789473684163],[42.10526315789457,-2.1052631578945693],[43.15789473684208,1.052631578947512],[43.15789473684208,2.105263157895024],[43.15789473684208,3.1578947368420813],[42.10526315789457,2.105263157895024],[41.052631578947285,0],[38.94736842105249,-2.1052631578945693],[35.78947368421041,-7.368421052631447],[33.68421052631561,-10.526315789473529],[32.631578947368325,-16.84210526315769],[30.52631578947353,-23.15789473684208],[29.473684210526244,-29.473684210526244],[28.42105263157896,-33.68421052631561],[28.42105263157896,-35.78947368421041],[28.42105263157896,-36.84210526315769],[28.42105263157896,-37.894736842104976],[28.42105263157896,-36.84210526315769],[27.368421052631447,-37.894736842104976],[27.368421052631447,-38.94736842105249],[26.315789473684163,-37.894736842104976],[25.26315789473665,-35.78947368421041],[23.15789473684208,-33.68421052631561],[22.10526315789457,-31.578947368420813],[22.10526315789457,-30.52631578947353],[21.052631578947285,-29.473684210526244],[20,-28.421052631578732],[18.947368421052488,-26.315789473684163],[16.84210526315769,-23.15789473684208],[15.789473684210407,-17.894736842104976],[15.789473684210407,-12.631578947368325],[16.84210526315769,-9.473684210526244],[17.894736842105203,-6.315789473684163],[18.947368421052488,-3.1578947368420813],[21.052631578947285,-1.0526315789470573],[23.15789473684208,0],[25.26315789473665,2.105263157895024],[27.368421052631447,4.210526315789593],[30.52631578947353,5.263157894737105],[34.73684210526312,6.31578947368439],[40,7.368421052631675],[43.15789473684208,9.473684210526471],[46.31578947368416,11.578947368421268],[49.473684210526244,12.631578947368553],[51.57894736842104,13.684210526315837],[54.73684210526312,14.73684210526335],[57.8947368421052,13.684210526315837],[61.052631578947285,12.631578947368553],[64.21052631578937,11.578947368421268],[66.31578947368416,10.526315789473756],[64.21052631578937,10.526315789473756],[61.052631578947285,10.526315789473756],[56.84210526315769,11.578947368421268],[51.57894736842104,11.578947368421268],[46.31578947368416,10.526315789473756],[40,9.473684210526471],[31.57894736842104,8.421052631579187],[26.315789473684163,8.421052631579187],[22.10526315789457,8.421052631579187],[16.84210526315769,8.421052631579187],[12.631578947368325,8.421052631579187],[10.526315789473529,9.473684210526471],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[9.473684210526244,8.421052631579187],[9.473684210526244,9.473684210526471],[12.631578947368325,8.421052631579187],[17.894736842105203,7.368421052631675],[24.210526315789366,6.31578947368439],[29.473684210526244,5.263157894737105],[38.94736842105249,4.210526315789593],[45.26315789473665,3.1578947368420813],[51.57894736842104,2.105263157895024],[56.84210526315769,0],[61.052631578947285,-1.0526315789470573],[64.21052631578937,-1.0526315789470573],[66.31578947368416,-2.1052631578945693],[67.36842105263145,-2.1052631578945693],[69.47368421052624,-2.1052631578945693],[71.57894736842104,-3.1578947368420813],[75.7894736842104,-3.1578947368420813],[78.94736842105249,-4.210526315789366],[81.05263157894728,-4.210526315789366],[83.15789473684208,-4.210526315789366],[85.26315789473665,-4.210526315789366],[87.36842105263145,-3.1578947368420813],[89.47368421052624,-4.210526315789366],[92.63157894736833,-4.210526315789366],[94.73684210526312,-3.1578947368420813],[95.7894736842104,-3.1578947368420813],[95.7894736842104,-2.1052631578945693],[96.84210526315769,-2.1052631578945693],[95.7894736842104,-2.1052631578945693],[94.73684210526312,-1.0526315789470573],[92.63157894736833,0],[87.36842105263145,2.105263157895024],[81.05263157894728,4.210526315789593],[75.7894736842104,5.263157894737105],[71.57894736842104,6.31578947368439],[67.36842105263145,6.31578947368439],[62.10526315789457,6.31578947368439],[58.94736842105249,5.263157894737105],[54.73684210526312,5.263157894737105],[51.57894736842104,5.263157894737105],[49.473684210526244,5.263157894737105],[48.42105263157873,5.263157894737105],[47.36842105263145,5.263157894737105],[48.42105263157873,5.263157894737105],[52.631578947368325,5.263157894737105],[55.78947368421041,5.263157894737105],[62.10526315789457,5.263157894737105],[68.42105263157873,5.263157894737105],[73.68421052631561,4.210526315789593],[76.84210526315769,5.263157894737105],[79.99999999999977,5.263157894737105],[78.94736842105249,5.263157894737105],[75.7894736842104,7.368421052631675],[71.57894736842104,8.421052631579187],[67.36842105263145,8.421052631579187],[61.052631578947285,9.473684210526471],[54.73684210526312,9.473684210526471],[47.36842105263145,9.473684210526471],[38.94736842105249,9.473684210526471],[37.8947368421052,9.473684210526471],[28.42105263157896,8.421052631579187],[23.15789473684208,7.368421052631675],[16.84210526315769,6.31578947368439],[13.68421052631561,5.263157894737105],[10.526315789473529,3.1578947368420813],[11.57894736842104,3.1578947368420813],[13.68421052631561,4.210526315789593],[14.736842105263122,4.210526315789593],[20,5.263157894737105],[24.210526315789366,6.31578947368439],[29.473684210526244,7.368421052631675],[36.84210526315769,7.368421052631675],[43.15789473684208,7.368421052631675],[48.42105263157873,8.421052631579187],[55.78947368421041,8.421052631579187],[58.94736842105249,8.421052631579187],[65.26315789473665,8.421052631579187],[70.52631578947353,7.368421052631675],[76.84210526315769,6.31578947368439],[86.31578947368416,4.210526315789593],[92.63157894736833,4.210526315789593],[97.8947368421052,3.1578947368420813],[105.26315789473665,3.1578947368420813],[109.47368421052624,2.105263157895024],[114.73684210526312,2.105263157895024],[118.94736842105249,1.052631578947512],[122.10526315789457,1.052631578947512],[126.31578947368416,0],[130.52631578947353,0],[133.6842105263156,-1.0526315789470573],[135.7894736842104,-1.0526315789470573],[138.9473684210525,-1.0526315789470573],[139.99999999999977,0],[142.10526315789457,-1.0526315789470573],[143.15789473684185,-1.0526315789470573],[144.21052631578937,0],[145.26315789473665,-1.0526315789470573],[146.31578947368416,-1.0526315789470573],[146.31578947368416,-2.1052631578945693],[144.21052631578937,-2.1052631578945693],[138.9473684210525,-1.0526315789470573],[132.63157894736833,0],[125.26315789473665,1.052631578947512],[117.8947368421052,3.1578947368420813],[112.63157894736833,4.210526315789593],[108.42105263157873,5.263157894737105],[109.47368421052624,5.263157894737105],[114.73684210526312,5.263157894737105],[121.05263157894728,4.210526315789593],[126.31578947368416,3.1578947368420813],[135.7894736842104,1.052631578947512],[141.05263157894728,0],[148.42105263157873,-3.1578947368420813],[151.5789473684208,-5.263157894736651],[154.7368421052629,-6.315789473684163],[156.8421052631577,-8.421052631578732],[156.8421052631577,-10.526315789473529],[155.7894736842104,-11.578947368420813],[154.7368421052629,-12.631578947368325],[151.5789473684208,-13.68421052631561],[148.42105263157873,-14.736842105262895],[144.21052631578937,-15.789473684210407],[137.8947368421052,-15.789473684210407],[132.63157894736833,-15.789473684210407],[127.36842105263145,-17.894736842104976],[123.15789473684185,-18.947368421052488],[122.10526315789457,-20],[121.05263157894728,-23.15789473684208],[122.10526315789457,-26.315789473684163],[124.21052631578937,-31.578947368420813],[127.36842105263145,-35.78947368421041],[129.47368421052624,-37.894736842104976],[131.5789473684208,-38.94736842105249],[133.6842105263156,-39.99999999999977],[134.73684210526312,-39.99999999999977],[135.7894736842104,-39.99999999999977],[137.8947368421052,-37.894736842104976],[138.9473684210525,-35.78947368421041],[138.9473684210525,-33.68421052631561],[139.99999999999977,-30.52631578947353],[138.9473684210525,-27.368421052631447],[137.8947368421052,-23.15789473684208],[136.8421052631577,-17.894736842104976],[135.7894736842104,-14.736842105262895],[135.7894736842104,-12.631578947368325],[135.7894736842104,-11.578947368420813],[135.7894736842104,-10.526315789473529],[136.8421052631577,-10.526315789473529],[136.8421052631577,-11.578947368420813],[137.8947368421052,-14.736842105262895],[138.9473684210525,-17.894736842104976],[139.99999999999977,-22.10526315789457],[139.99999999999977,-28.421052631578732],[141.05263157894728,-34.736842105262895],[142.10526315789457,-38.94736842105249],[143.15789473684185,-42.10526315789457],[145.26315789473665,-44.210526315789366],[146.31578947368416,-46.31578947368416],[147.36842105263145,-46.31578947368416],[147.36842105263145,-43.15789473684208],[147.36842105263145,-36.84210526315769],[146.31578947368416,-29.473684210526244],[145.26315789473665,-23.15789473684208],[144.21052631578937,-18.947368421052488],[144.21052631578937,-16.84210526315769],[143.15789473684185,-16.84210526315769],[143.15789473684185,-17.894736842104976],[141.05263157894728,-20],[139.99999999999977,-22.10526315789457],[138.9473684210525,-28.421052631578732],[137.8947368421052,-32.631578947368325],[137.8947368421052,-38.94736842105249],[137.8947368421052,-42.10526315789457],[137.8947368421052,-45.26315789473665],[137.8947368421052,-46.31578947368416],[137.8947368421052,-47.36842105263145],[137.8947368421052,-45.26315789473665],[137.8947368421052,-41.052631578947285],[137.8947368421052,-34.736842105262895],[137.8947368421052,-28.421052631578732],[139.99999999999977,-24.210526315789366],[142.10526315789457,-21.052631578947057],[144.21052631578937,-17.894736842104976],[146.31578947368416,-15.789473684210407],[149.47368421052624,-14.736842105262895],[150.52631578947353,-14.736842105262895],[151.5789473684208,-14.736842105262895],[152.63157894736833,-15.789473684210407],[153.6842105263156,-16.84210526315769],[153.6842105263156,-18.947368421052488],[154.7368421052629,-21.052631578947057],[156.8421052631577,-21.052631578947057],[157.8947368421052,-22.10526315789457],[157.8947368421052,-22.10526315789457]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":634,"versionNonce":604165546,"index":"bA0O","isDeleted":false,"id":"lh_jRPrNkUsRwHfsNK6bN","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1115.1046572957973,"y":1610.0455706436476,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":272.6315789473683,"height":71.57894736842081,"seed":2078641130,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[-2.1052631578947967,0],[-1.0526315789472847,1.0526315789472847],[-2.1052631578947967,1.0526315789472847],[-1.0526315789472847,2.1052631578947967],[0,4.210526315789366],[2.1052631578947967,7.368421052631447],[4.210526315789593,9.473684210526471],[6.315789473684163,11.57894736842104],[8.42105263157896,12.631578947368553],[11.57894736842104,15.789473684210634],[12.631578947368553,17.894736842105203],[14.736842105263122,22.105263157894797],[15.789473684210634,24.210526315789366],[16.84210526315792,26.31578947368439],[17.894736842105203,27.368421052631447],[20,27.368421052631447],[22.105263157894797,25.263157894736878],[24.210526315789593,23.15789473684208],[24.210526315789593,20],[24.210526315789593,17.894736842105203],[23.15789473684208,13.684210526315837],[22.105263157894797,7.368421052631447],[20,0],[17.894736842105203,-6.315789473684163],[17.894736842105203,-12.631578947368325],[17.894736842105203,-16.84210526315792],[16.84210526315792,-20],[17.894736842105203,-22.105263157894797],[18.947368421052715,-24.210526315789366],[20,-22.105263157894797],[22.105263157894797,-16.84210526315792],[24.210526315789593,-7.368421052631447],[24.210526315789593,0],[26.315789473684163,8.42105263157896],[27.368421052631675,15.789473684210634],[28.42105263157896,21.052631578947285],[30.526315789473756,25.263157894736878],[31.57894736842104,26.31578947368439],[32.63157894736855,27.368421052631447],[32.63157894736855,26.31578947368439],[33.68421052631584,23.15789473684208],[34.73684210526312,18.947368421052715],[34.73684210526312,13.684210526315837],[33.68421052631584,7.368421052631447],[31.57894736842104,-1.0526315789472847],[31.57894736842104,-6.315789473684163],[29.473684210526244,-11.57894736842104],[29.473684210526244,-13.684210526315837],[29.473684210526244,-15.789473684210634],[30.526315789473756,-14.736842105263122],[32.63157894736855,-9.473684210526244],[33.68421052631584,-3.1578947368420813],[35.789473684210634,5.263157894736878],[36.84210526315792,13.684210526315837],[38.947368421052715,20],[41.052631578947285,25.263157894736878],[42.1052631578948,28.42105263157896],[43.15789473684208,29.47368421052647],[44.21052631578959,29.47368421052647],[45.26315789473688,26.31578947368439],[46.31578947368416,22.105263157894797],[46.31578947368416,16.84210526315792],[45.26315789473688,9.473684210526471],[44.21052631578959,1.0526315789472847],[42.1052631578948,-6.315789473684163],[41.052631578947285,-11.57894736842104],[40,-12.631578947368325],[40,-13.684210526315837],[41.052631578947285,-11.57894736842104],[43.15789473684208,-5.263157894736878],[44.21052631578959,1.0526315789472847],[46.31578947368416,8.42105263157896],[48.42105263157896,15.789473684210634],[50.526315789473756,22.105263157894797],[52.631578947368325,26.31578947368439],[53.68421052631584,28.42105263157896],[54.73684210526312,30.52631578947353],[54.73684210526312,29.47368421052647],[54.73684210526312,26.31578947368439],[53.68421052631584,22.105263157894797],[50.526315789473756,16.84210526315792],[48.42105263157896,9.473684210526471],[46.31578947368416,5.263157894736878],[45.26315789473688,-1.0526315789472847],[45.26315789473688,-4.210526315789366],[46.31578947368416,-6.315789473684163],[48.42105263157896,-6.315789473684163],[51.57894736842104,-4.210526315789366],[53.68421052631584,0],[55.789473684210634,5.263157894736878],[56.84210526315792,10.526315789473756],[58.947368421052715,15.789473684210634],[60,20],[61.052631578947285,23.15789473684208],[62.1052631578948,25.263157894736878],[61.052631578947285,23.15789473684208],[60,20],[60,15.789473684210634],[58.947368421052715,9.473684210526471],[57.8947368421052,3.1578947368420813],[56.84210526315792,1.0526315789472847],[56.84210526315792,0],[55.789473684210634,1.0526315789472847],[55.789473684210634,3.1578947368420813],[56.84210526315792,6.31578947368439],[56.84210526315792,9.473684210526471],[57.8947368421052,13.684210526315837],[58.947368421052715,15.789473684210634],[58.947368421052715,16.84210526315792],[58.947368421052715,15.789473684210634],[58.947368421052715,13.684210526315837],[57.8947368421052,10.526315789473756],[56.84210526315792,7.368421052631447],[53.68421052631584,3.1578947368420813],[50.526315789473756,-3.1578947368420813],[47.368421052631675,-6.315789473684163],[44.21052631578959,-8.42105263157896],[42.1052631578948,-10.526315789473529],[40,-11.57894736842104],[37.8947368421052,-12.631578947368325],[35.789473684210634,-12.631578947368325],[34.73684210526312,-13.684210526315837],[31.57894736842104,-13.684210526315837],[29.473684210526244,-14.736842105263122],[27.368421052631675,-14.736842105263122],[25.263157894736878,-14.736842105263122],[24.210526315789593,-14.736842105263122],[23.15789473684208,-14.736842105263122],[22.105263157894797,-14.736842105263122],[21.052631578947285,-14.736842105263122],[20,-14.736842105263122],[18.947368421052715,-14.736842105263122],[17.894736842105203,-14.736842105263122],[16.84210526315792,-14.736842105263122],[17.894736842105203,-13.684210526315837],[20,-11.57894736842104],[22.105263157894797,-9.473684210526244],[24.210526315789593,-7.368421052631447],[25.263157894736878,-3.1578947368420813],[25.263157894736878,3.1578947368420813],[24.210526315789593,8.42105263157896],[24.210526315789593,12.631578947368553],[23.15789473684208,15.789473684210634],[23.15789473684208,17.894736842105203],[23.15789473684208,20],[23.15789473684208,22.105263157894797],[23.15789473684208,23.15789473684208],[23.15789473684208,25.263157894736878],[23.15789473684208,26.31578947368439],[23.15789473684208,27.368421052631447],[25.263157894736878,27.368421052631447],[28.42105263157896,27.368421052631447],[31.57894736842104,26.31578947368439],[34.73684210526312,26.31578947368439],[36.84210526315792,26.31578947368439],[41.052631578947285,26.31578947368439],[45.26315789473688,26.31578947368439],[50.526315789473756,25.263157894736878],[54.73684210526312,24.210526315789366],[63.15789473684208,22.105263157894797],[68.42105263157896,21.052631578947285],[72.63157894736833,20],[76.84210526315792,18.947368421052715],[78.94736842105272,18.947368421052715],[78.94736842105272,20],[80,20],[78.94736842105272,20],[76.84210526315792,20],[70.52631578947376,21.052631578947285],[62.1052631578948,23.15789473684208],[52.631578947368325,25.263157894736878],[44.21052631578959,26.31578947368439],[37.8947368421052,26.31578947368439],[30.526315789473756,27.368421052631447],[28.42105263157896,27.368421052631447],[27.368421052631675,27.368421052631447],[29.473684210526244,27.368421052631447],[33.68421052631584,26.31578947368439],[43.15789473684208,24.210526315789366],[50.526315789473756,23.15789473684208],[61.052631578947285,22.105263157894797],[67.36842105263167,22.105263157894797],[74.73684210526312,21.052631578947285],[81.05263157894728,21.052631578947285],[88.42105263157896,21.052631578947285],[95.7894736842104,20],[107.36842105263167,18.947368421052715],[114.73684210526312,17.894736842105203],[121.05263157894728,17.894736842105203],[124.21052631578937,17.894736842105203],[123.15789473684208,17.894736842105203],[121.05263157894728,17.894736842105203],[116.84210526315792,18.947368421052715],[112.63157894736833,21.052631578947285],[104.21052631578937,23.15789473684208],[98.94736842105272,25.263157894736878],[90.52631578947376,28.42105263157896],[83.15789473684208,30.52631578947353],[75.78947368421063,31.57894736842104],[70.52631578947376,32.63157894736855],[67.36842105263167,32.63157894736855],[65.26315789473688,32.63157894736855],[63.15789473684208,32.63157894736855],[62.1052631578948,32.63157894736855],[64.2105263157896,31.57894736842104],[68.42105263157896,30.52631578947353],[76.84210526315792,27.368421052631447],[85.26315789473688,25.263157894736878],[95.7894736842104,23.15789473684208],[105.26315789473688,22.105263157894797],[112.63157894736833,21.052631578947285],[117.8947368421052,20],[120,21.052631578947285],[121.05263157894728,21.052631578947285],[118.94736842105272,21.052631578947285],[114.73684210526312,22.105263157894797],[106.31578947368416,24.210526315789366],[93.68421052631584,26.31578947368439],[82.1052631578948,28.42105263157896],[71.57894736842104,30.52631578947353],[60,32.63157894736855],[53.68421052631584,33.68421052631584],[48.42105263157896,34.73684210526312],[47.368421052631675,34.73684210526312],[50.526315789473756,32.63157894736855],[54.73684210526312,30.52631578947353],[63.15789473684208,28.42105263157896],[70.52631578947376,25.263157894736878],[81.05263157894728,23.15789473684208],[87.36842105263167,21.052631578947285],[91.57894736842104,21.052631578947285],[92.63157894736833,20],[90.52631578947376,20],[87.36842105263167,18.947368421052715],[83.15789473684208,18.947368421052715],[76.84210526315792,18.947368421052715],[72.63157894736833,17.894736842105203],[68.42105263157896,16.84210526315792],[65.26315789473688,15.789473684210634],[62.1052631578948,14.736842105263122],[61.052631578947285,12.631578947368553],[58.947368421052715,10.526315789473756],[57.8947368421052,7.368421052631447],[56.84210526315792,4.210526315789366],[55.789473684210634,1.0526315789472847],[54.73684210526312,-1.0526315789472847],[53.68421052631584,-3.1578947368420813],[53.68421052631584,-5.263157894736878],[52.631578947368325,-6.315789473684163],[52.631578947368325,-7.368421052631447],[51.57894736842104,-8.42105263157896],[50.526315789473756,-10.526315789473529],[49.473684210526244,-11.57894736842104],[46.31578947368416,-14.736842105263122],[44.21052631578959,-15.789473684210634],[42.1052631578948,-17.894736842105203],[38.947368421052715,-17.894736842105203],[35.789473684210634,-17.894736842105203],[33.68421052631584,-17.894736842105203],[28.42105263157896,-17.894736842105203],[26.315789473684163,-17.894736842105203],[23.15789473684208,-17.894736842105203],[22.105263157894797,-17.894736842105203],[21.052631578947285,-17.894736842105203],[18.947368421052715,-16.84210526315792],[17.894736842105203,-16.84210526315792],[16.84210526315792,-16.84210526315792],[17.894736842105203,-15.789473684210634],[17.894736842105203,-12.631578947368325],[20,-9.473684210526244],[22.105263157894797,-5.263157894736878],[24.210526315789593,-1.0526315789472847],[27.368421052631675,4.210526315789366],[33.68421052631584,9.473684210526471],[38.947368421052715,13.684210526315837],[49.473684210526244,18.947368421052715],[56.84210526315792,21.052631578947285],[66.31578947368416,24.210526315789366],[74.73684210526312,26.31578947368439],[82.1052631578948,27.368421052631447],[88.42105263157896,28.42105263157896],[92.63157894736833,28.42105263157896],[96.84210526315792,28.42105263157896],[102.1052631578948,27.368421052631447],[107.36842105263167,25.263157894736878],[112.63157894736833,22.105263157894797],[115.7894736842104,18.947368421052715],[118.94736842105272,16.84210526315792],[121.05263157894728,15.789473684210634],[123.15789473684208,14.736842105263122],[126.31578947368416,12.631578947368553],[128.42105263157896,11.57894736842104],[129.47368421052624,10.526315789473756],[129.47368421052624,9.473684210526471],[127.36842105263145,9.473684210526471],[124.21052631578937,9.473684210526471],[114.73684210526312,10.526315789473756],[107.36842105263167,12.631578947368553],[98.94736842105272,13.684210526315837],[92.63157894736833,14.736842105263122],[88.42105263157896,15.789473684210634],[85.26315789473688,16.84210526315792],[83.15789473684208,17.894736842105203],[82.1052631578948,18.947368421052715],[83.15789473684208,18.947368421052715],[84.21052631578937,18.947368421052715],[86.31578947368416,17.894736842105203],[90.52631578947376,16.84210526315792],[94.73684210526312,14.736842105263122],[102.1052631578948,11.57894736842104],[107.36842105263167,9.473684210526471],[112.63157894736833,8.42105263157896],[116.84210526315792,6.31578947368439],[118.94736842105272,6.31578947368439],[117.8947368421052,5.263157894736878],[115.7894736842104,6.31578947368439],[111.57894736842104,7.368421052631447],[106.31578947368416,9.473684210526471],[101.05263157894728,12.631578947368553],[96.84210526315792,15.789473684210634],[94.73684210526312,18.947368421052715],[93.68421052631584,21.052631578947285],[94.73684210526312,23.15789473684208],[95.7894736842104,24.210526315789366],[97.8947368421052,24.210526315789366],[104.21052631578937,23.15789473684208],[110.52631578947376,21.052631578947285],[118.94736842105272,17.894736842105203],[125.26315789473688,14.736842105263122],[130.52631578947376,12.631578947368553],[132.63157894736833,11.57894736842104],[133.68421052631584,11.57894736842104],[132.63157894736833,11.57894736842104],[129.47368421052624,11.57894736842104],[124.21052631578937,14.736842105263122],[121.05263157894728,17.894736842105203],[116.84210526315792,21.052631578947285],[113.68421052631584,24.210526315789366],[109.47368421052624,28.42105263157896],[109.47368421052624,29.47368421052647],[110.52631578947376,30.52631578947353],[113.68421052631584,30.52631578947353],[118.94736842105272,27.368421052631447],[124.21052631578937,23.15789473684208],[129.47368421052624,18.947368421052715],[133.68421052631584,15.789473684210634],[136.84210526315792,12.631578947368553],[138.94736842105272,10.526315789473756],[140,10.526315789473756],[137.8947368421052,11.57894736842104],[135.7894736842104,14.736842105263122],[132.63157894736833,18.947368421052715],[130.52631578947376,21.052631578947285],[128.42105263157896,24.210526315789366],[126.31578947368416,27.368421052631447],[125.26315789473688,29.47368421052647],[125.26315789473688,30.52631578947353],[127.36842105263145,28.42105263157896],[129.47368421052624,27.368421052631447],[133.68421052631584,24.210526315789366],[137.8947368421052,22.105263157894797],[141.05263157894728,20],[143.15789473684208,18.947368421052715],[144.21052631578937,17.894736842105203],[143.15789473684208,18.947368421052715],[142.1052631578948,21.052631578947285],[140,23.15789473684208],[138.94736842105272,26.31578947368439],[136.84210526315792,28.42105263157896],[135.7894736842104,30.52631578947353],[135.7894736842104,31.57894736842104],[135.7894736842104,30.52631578947353],[138.94736842105272,29.47368421052647],[141.05263157894728,27.368421052631447],[148.42105263157896,23.15789473684208],[149.47368421052624,23.15789473684208],[149.47368421052624,22.105263157894797],[149.47368421052624,23.15789473684208],[147.36842105263145,25.263157894736878],[145.26315789473688,29.47368421052647],[145.26315789473688,30.52631578947353],[145.26315789473688,31.57894736842104],[145.26315789473688,32.63157894736855],[146.31578947368416,33.68421052631584],[147.36842105263145,33.68421052631584],[149.47368421052624,33.68421052631584],[152.63157894736833,32.63157894736855],[155.7894736842104,31.57894736842104],[158.9473684210525,30.52631578947353],[161.05263157894728,29.47368421052647],[162.1052631578948,28.42105263157896],[163.15789473684208,28.42105263157896],[162.1052631578948,28.42105263157896],[160,28.42105263157896],[157.8947368421052,29.47368421052647],[154.73684210526312,30.52631578947353],[151.57894736842104,30.52631578947353],[148.42105263157896,30.52631578947353],[142.1052631578948,30.52631578947353],[136.84210526315792,30.52631578947353],[129.47368421052624,30.52631578947353],[122.1052631578948,30.52631578947353],[114.73684210526312,30.52631578947353],[107.36842105263167,30.52631578947353],[101.05263157894728,29.47368421052647],[94.73684210526312,29.47368421052647],[89.47368421052624,28.42105263157896],[85.26315789473688,28.42105263157896],[82.1052631578948,28.42105263157896],[81.05263157894728,28.42105263157896],[80,28.42105263157896],[82.1052631578948,29.47368421052647],[84.21052631578937,30.52631578947353],[88.42105263157896,30.52631578947353],[94.73684210526312,30.52631578947353],[101.05263157894728,30.52631578947353],[109.47368421052624,29.47368421052647],[117.8947368421052,29.47368421052647],[124.21052631578937,28.42105263157896],[129.47368421052624,28.42105263157896],[133.68421052631584,29.47368421052647],[136.84210526315792,29.47368421052647],[143.15789473684208,28.42105263157896],[149.47368421052624,28.42105263157896],[155.7894736842104,28.42105263157896],[157.8947368421052,28.42105263157896],[158.9473684210525,28.42105263157896],[160,29.47368421052647],[161.05263157894728,30.52631578947353],[163.15789473684208,31.57894736842104],[165.26315789473688,32.63157894736855],[169.47368421052624,34.73684210526312],[174.73684210526312,34.73684210526312],[178.9473684210525,35.789473684210634],[182.1052631578948,35.789473684210634],[186.31578947368416,35.789473684210634],[188.42105263157896,35.789473684210634],[192.63157894736833,34.73684210526312],[196.84210526315792,33.68421052631584],[201.05263157894728,32.63157894736855],[205.26315789473688,30.52631578947353],[209.47368421052624,28.42105263157896],[212.63157894736833,26.31578947368439],[214.73684210526312,23.15789473684208],[216.84210526315792,20],[217.8947368421052,18.947368421052715],[217.8947368421052,16.84210526315792],[216.84210526315792,16.84210526315792],[216.84210526315792,15.789473684210634],[213.68421052631584,16.84210526315792],[208.42105263157896,21.052631578947285],[203.15789473684208,24.210526315789366],[198.9473684210525,29.47368421052647],[195.7894736842104,32.63157894736855],[192.63157894736833,35.789473684210634],[191.57894736842104,36.84210526315792],[191.57894736842104,37.8947368421052],[191.57894736842104,38.947368421052715],[193.68421052631584,38.947368421052715],[195.7894736842104,37.8947368421052],[201.05263157894728,34.73684210526312],[205.26315789473688,32.63157894736855],[211.57894736842104,28.42105263157896],[216.84210526315792,24.210526315789366],[221.05263157894728,21.052631578947285],[225.26315789473688,18.947368421052715],[226.31578947368416,18.947368421052715],[227.36842105263145,20],[227.36842105263145,21.052631578947285],[226.31578947368416,25.263157894736878],[223.15789473684208,29.47368421052647],[221.05263157894728,33.68421052631584],[221.05263157894728,35.789473684210634],[221.05263157894728,37.8947368421052],[222.10526315789457,38.947368421052715],[225.26315789473688,37.8947368421052],[227.36842105263145,36.84210526315792],[231.57894736842104,33.68421052631584],[234.73684210526312,31.57894736842104],[236.84210526315792,29.47368421052647],[238.9473684210525,29.47368421052647],[237.8947368421052,30.52631578947353],[236.84210526315792,32.63157894736855],[236.84210526315792,34.73684210526312],[236.84210526315792,37.8947368421052],[237.8947368421052,38.947368421052715],[238.9473684210525,40],[241.05263157894728,40],[242.10526315789457,41.052631578947285],[243.15789473684208,40],[242.10526315789457,37.8947368421052],[241.05263157894728,34.73684210526312],[238.9473684210525,31.57894736842104],[235.7894736842104,27.368421052631447],[231.57894736842104,23.15789473684208],[227.36842105263145,18.947368421052715],[225.26315789473688,15.789473684210634],[222.10526315789457,11.57894736842104],[221.05263157894728,9.473684210526471],[220,6.31578947368439],[218.9473684210525,4.210526315789366],[216.84210526315792,4.210526315789366],[214.73684210526312,4.210526315789366],[213.68421052631584,5.263157894736878],[213.68421052631584,7.368421052631447],[213.68421052631584,8.42105263157896],[213.68421052631584,9.473684210526471],[214.73684210526312,9.473684210526471],[216.84210526315792,10.526315789473756],[220,11.57894736842104],[224.21052631578937,12.631578947368553],[229.47368421052624,14.736842105263122],[230.52631578947353,14.736842105263122],[232.63157894736833,15.789473684210634],[234.73684210526312,17.894736842105203],[235.7894736842104,18.947368421052715],[236.84210526315792,23.15789473684208],[238.9473684210525,27.368421052631447],[244.21052631578937,34.73684210526312],[244.21052631578937,35.789473684210634],[246.31578947368416,38.947368421052715],[247.36842105263145,41.052631578947285],[248.42105263157896,43.15789473684208],[251.57894736842104,45.26315789473688],[254.73684210526312,46.31578947368416],[256.8421052631579,47.36842105263145],[257.8947368421052,47.36842105263145],[258.9473684210525,46.31578947368416],[261.0526315789473,45.26315789473688],[264.21052631578937,44.210526315789366],[267.36842105263145,42.1052631578948],[269.47368421052624,41.052631578947285],[270.52631578947353,41.052631578947285],[269.47368421052624,41.052631578947285],[268.42105263157896,42.1052631578948],[268.42105263157896,43.15789473684208],[268.42105263157896,43.15789473684208]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":73,"versionNonce":1630441578,"index":"bA0V","isDeleted":false,"id":"oz1vkvE1g7oOfQaKTuLCl","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":967.7362362431659,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":4.210526315789366,"height":22.105263157894797,"seed":1373660278,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[1.0526315789472847,1.052631578947512],[1.0526315789472847,2.1052631578947967],[1.0526315789472847,3.1578947368420813],[2.1052631578947967,4.210526315789593],[2.1052631578947967,5.263157894737105],[2.1052631578947967,7.368421052631675],[2.1052631578947967,8.421052631579187],[2.1052631578947967,10.526315789473756],[2.1052631578947967,11.578947368421268],[3.1578947368420813,13.684210526315837],[3.1578947368420813,14.73684210526335],[3.1578947368420813,15.789473684210634],[3.1578947368420813,16.84210526315792],[3.1578947368420813,17.89473684210543],[3.1578947368420813,18.947368421052715],[4.210526315789366,18.947368421052715],[4.210526315789366,20],[4.210526315789366,21.052631578947512],[4.210526315789366,22.105263157894797],[3.1578947368420813,22.105263157894797],[4.210526315789366,22.105263157894797],[3.1578947368420813,21.052631578947512],[3.1578947368420813,20],[3.1578947368420813,18.947368421052715],[3.1578947368420813,17.89473684210543],[3.1578947368420813,16.84210526315792],[3.1578947368420813,15.789473684210634],[3.1578947368420813,14.73684210526335],[3.1578947368420813,13.684210526315837],[3.1578947368420813,12.631578947368553],[3.1578947368420813,11.578947368421268],[3.1578947368420813,12.631578947368553],[3.1578947368420813,13.684210526315837],[3.1578947368420813,13.684210526315837]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"freedraw","version":68,"versionNonce":1586819882,"index":"bA0d","isDeleted":false,"id":"krAFR2sbe_90fz_XdiTHX","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1397.209920453692,"y":1631.0982022225949,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":3.1578947368420813,"height":21.052631578947512,"seed":1331648746,"groupIds":["pg8LpPUIfHLyCX6vpv57t","yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056686,"link":null,"locked":false,"points":[[0,0],[0,1.052631578947512],[0,2.1052631578947967],[0,3.1578947368420813],[0,4.210526315789593],[0,6.315789473684163],[0,7.368421052631675],[0,9.473684210526244],[1.052631578947512,11.578947368421268],[1.052631578947512,13.684210526315837],[1.052631578947512,14.73684210526335],[1.052631578947512,15.789473684210634],[1.052631578947512,17.89473684210543],[1.052631578947512,18.947368421052715],[1.052631578947512,20],[1.052631578947512,21.052631578947512],[1.052631578947512,20],[1.052631578947512,17.89473684210543],[1.052631578947512,16.84210526315792],[1.052631578947512,14.73684210526335],[1.052631578947512,12.631578947368553],[0,10.526315789473756],[0,8.421052631579187],[-1.0526315789472847,7.368421052631675],[-1.0526315789472847,6.315789473684163],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,4.210526315789593],[-2.1052631578945693,5.263157894737105],[-2.1052631578945693,6.315789473684163],[-2.1052631578945693,6.315789473684163]],"lastCommittedPoint":null,"simulatePressure":true,"pressures":[]},{"type":"text","version":529,"versionNonce":1194101874,"index":"bA0l","isDeleted":false,"id":"RBggNE0m","fillStyle":"solid","strokeWidth":2,"strokeStyle":"dashed","roughness":0,"opacity":100,"angle":0,"x":1220.486479179149,"y":1518.4666232752265,"strokeColor":"#ffffff","backgroundColor":"#ffffff","width":161.86793518066406,"height":35,"seed":1998899574,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[{"id":"OZFgDTn8Ph03HxkHOW6oD","type":"arrow"}],"updated":1721782764382,"link":null,"locked":false,"fontSize":28,"fontFamily":1,"text":"Microfacets","rawText":"Microfacets","textAlign":"center","verticalAlign":"top","containerId":null,"originalText":"Microfacets","autoResize":true,"lineHeight":1.25},{"type":"arrow","version":261,"versionNonce":1980350838,"index":"bA0t","isDeleted":false,"id":"OZFgDTn8Ph03HxkHOW6oD","fillStyle":"solid","strokeWidth":4,"strokeStyle":"solid","roughness":0,"opacity":100,"angle":0,"x":1279.315183611587,"y":1554.2560969594372,"strokeColor":"#e03131","backgroundColor":"#ffffff","width":25.263157894737105,"height":38.94736842105249,"seed":2133987562,"groupIds":["yPvgi4ElUUuA5Bu3U3mJP"],"frameId":null,"roundness":null,"boundElements":[],"updated":1721494056973,"link":null,"locked":false,"startBinding":{"elementId":"RBggNE0m","focus":0.11097995743621646,"gap":1},"endBinding":null,"lastCommittedPoint":null,"startArrowhead":null,"endArrowhead":"triangle","points":[[0,0],[-25.263157894737105,38.94736842105249]]}],"appState":{"theme":"light","viewBackgroundColor":"#000","currentItemStrokeColor":"#e03131","currentItemBackgroundColor":"#ffffff","currentItemFillStyle":"solid","currentItemStrokeWidth":4,"currentItemStrokeStyle":"solid","currentItemRoughness":0,"currentItemOpacity":100,"currentItemFontFamily":1,"currentItemFontSize":28,"currentItemTextAlign":"center","currentItemStartArrowhead":null,"currentItemEndArrowhead":"triangle","scrollX":1228.7396078268464,"scrollY":768.5610242449168,"zoom":{"value":0.25},"currentItemRoundness":"sharp","gridSize":null,"gridColor":{"Bold":"#363636FF","Regular":"#121212FF"},"currentStrokeOptions":null,"previousGridSize":null,"frameRendering":{"enabled":true,"clip":true,"name":true,"outline":true},"objectsSnapModeEnabled":false},"files":{}};InitialData.scrollToContent=true;App=()=>{const e=React.useRef(null),t=React.useRef(null),[n,i]=React.useState({width:void 0,height:void 0});return React.useEffect(()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height});const e=()=>{i({width:t.current.getBoundingClientRect().width,height:t.current.getBoundingClientRect().height})};return window.addEventListener("resize",e),()=>window.removeEventListener("resize",e)},[t]),React.createElement(React.Fragment,null,React.createElement("div",{className:"excalidraw-wrapper",ref:t},React.createElement(ExcalidrawLib.Excalidraw,{ref:e,width:n.width,height:n.height,initialData:InitialData,viewModeEnabled:!0,zenModeEnabled:!0,gridModeEnabled:!1})))},excalidrawWrapper=document.getElementById("The_Secret_Behind_Photorealistic_And_Stylized_Graphicsexcalidraw.md19");ReactDOM.render(React.createElement(App),excalidrawWrapper);})();</script>
````
- But a very rough surface like a concrete - is going to be composed of microscopic grooves of varying slope and height.
- The greater the variety - the rougher the surface.
- These little microscopic surfaces are called microfacets and they average out to the surface normal we've been using thus far.
- It's these microfacets that light actually reflects off.
- ↩︎
1986, David Immel and James Kajiya introduced a general equation to describe the expected behavior of light surface interactions ↩︎
It's called bidirectional because the output should be the same if the incoming and outgoing directions are swapped. This is known as the Helmholtz Reciprocity Principle. ↩︎ ↩︎ ↩︎
This optimization was derived by Jim Blinn in 1977 and the resulting BRDF is known as the Blinn-Phong specular model ↩︎